Skip to content

Latest commit

 

History

History
126 lines (77 loc) · 3.37 KB

README.md

File metadata and controls

126 lines (77 loc) · 3.37 KB

cli

cli for various tools for the organization

Codecov Node CI Workflow Status SLSA Level 2

Usage

npm MIT license node

Installation

$ npm install @form8ion/utils-cli --global

Commands

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 scaffold

lift

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 lift

Contributing

Conventional Commits Commitizen friendly semantic-release PRs Welcome Renovate

Dependencies

$ nvm install
$ npm install

Executing Locally Without Bundling

$ npx babel-node src/index.js <command>

Verification

$ npm test