1# create-expo-module
2
3Initializes a new [Expo module](https://docs.expo.dev/modules/overview/) project with scaffolding for iOS, Android, and TypeScript, along with an example project to interact with the module from within an app.
4
5### Usage
6
7```
8yarn create expo-module
9```
10
11To test beta releases, run `EXPO_BETA=1 yarn create expo-module`.
12