@airship/airfoil
v0.3.3
Published
airfoil CLI
Downloads
17
Readme
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] # 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
Dependencies
Steps for Adding a New Template
add some steps here...
License
MIT - see LICENSE