![Airfoil](https://github.com/teamairship/airfoil/raw/HEAD/assets/airfoilLogo@2x.png)
Airfoil CLI
A tool to get your project off the ground. :airplane:
About
Airfoil is a collection of opinionated boilerplates and generators for
React Native. Its goal is to streamline the app creation process.
Installation
Run the following command to install this command as a global binary:
npm install @airship/airfoil -g
Usage
airfoil <CMD>
See Airfoil Documentation (Docs sourcecode).
This CLI tool was built with Gluegun
Customizing your CLI
Check out the documentation at https://github.com/infinitered/gluegun/tree/master/docs.
Publishing to NPM
To package your CLI up for NPM, do this:
$ npm login
$ npm whoami
$ npm version [major|minor|patch]
$ git push
$ npm publish
Dependencies
Steps for Adding a New Template
add some steps here...
License
MIT - see LICENSE