create-avid-app
v0.1.6
Published
cli for the Avid Expo starter template
Downloads
8
Maintainers
Readme
create-avid-app
This is the CLI for quickly initialising a new Expo project using the Avid Expo starter template.
Usage
Install pnpm
if you haven't already:
$ npm install -g pnpm
Then, bootstrap your project using the template:
$ pnpm create avid-app@latest <your_project_name>
Acknowledgements
This CLI is built with inspiration from the wonderful react-native-template-obytes.