@gaincompliance/scaffolder-sub-command

2.1.112 • Public • Published

scaffolder-sub-command

scaffolder sub-command for commander

Build Status Codecov

Usage

npm MIT license

Installation

$ npm install @gaincompliance/scaffolder-sub-command -S

Adding this sub-command to a commander program

import program from 'commander';
import {addSubCommand} from '@gaincompliance/scaffolder-sub-command';

addSubCommand(program);

Execution

$ mkdir <name of project> # it is recommended to name the directory to match the repo name
$ cd <name of project>
$ <name of containing commander instance> scaffold # gain scaffold

Contribution

Conventional Commits Commitizen friendly semantic-release PRs Welcome Dependabot

Dependencies

$ nvm install
$ npm install

Verification

$ npm test

Related Projects

Readme

Keywords

none

Package Sidebar

Install

npm i @gaincompliance/scaffolder-sub-command

Weekly Downloads

3

Version

2.1.112

License

MIT

Unpacked Size

21.1 kB

Total Files

10

Last publish

Collaborators

  • gain-bot