Boilerplate CLI App
npm install bod






Boilerplate CLI App - Create a new project with modern tooling.
``bashGlobal installation
npm i -g bod
Usage
`bash
bod create
``bash
Usage: bod [options]Options:
-v, --version output the version number
-h, --help display help for command
Commands:
create|c Create a new project
info|i Print debugging information about your environment
help [command] display help for command
ℹ Run bod --help for detailed usage of given command.
`$3
`bash
Usage: create|c [options] Create a new project
Options:
-h, --help display help for command
`$3
`bash
Usage: info|i [options]print debugging information about your environment
Options:
-h, --help display help for command
``

