@form8ion/utils-cli
v13.1.27
Published
cli for various tools for the organization
Readme
cli
cli for various tools for the organization
Usage
Installation
$ npm install @form8ion/utils-cli --globalCommands
scaffold
Scaffolds a new project
This command leverages the .netrc strategy for octokit. Be sure to add your personal access token to leverage the GitHub API integration benefits of this plugin.
$ form8ion-utils scaffoldlift
Lifts an existing project by configuring new functionality
This command leverages the .netrc strategy for octokit. Be sure to add your personal access token to leverage the GitHub API integration benefits of this plugin.
$ form8ion-utils liftContributing
Dependencies
$ nvm install
$ npm installExecuting Locally Without Bundling
$ npx babel-node src/index.js <command>Verification
$ npm test