A tool to get your project off the ground.
Airfoil is a collection of opinionated boilerplates and generators for React Native. Its goal is to streamline the app creation process.
Run the following command to install this command as a global binary:
npm install @airship/airfoil -g
airfoil <CMD>
See Airfoil Documentation (Docs sourcecode).
This CLI tool was built with Gluegun
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
To package your CLI up for NPM, do this:
$ npm login
$ npm whoami
$ npm version [major|minor|patch] # bump the version number - [see docs for more info](https://docs.npmjs.com/cli/v7/commands/npm-version)
$ git push # Make sure that `develop` and `main` branches are in sync
$ npm publish # pre-publish script formats, lints, tests, and builds
add some steps here...
MIT - see LICENSE