New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@airship/airfoil

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airship/airfoil

airfoil CLI


Version published
Maintainers
5
Created

Airfoil

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

FAQs

Package last updated on 21 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts