scaffolder sub-command for commander
$ npm install @gaincompliance/scaffolder-sub-command -S
import program from 'commander';
import {addSubCommand} from '@gaincompliance/scaffolder-sub-command';
addSubCommand(program);
$ 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
$ nvm install
$ npm install
$ npm test