bod
v6.1.0
Published
Boilerplate CLI App
Maintainers
Readme
Bod CLI
Boilerplate CLI App - Create a new project with modern tooling.
Installation
# Global installation
npm i -g bod
# Local installation
npm i -D bodUsage
bod create <appName>Usage: bod <command> [options]
Options:
-v, --version output the version number
-h, --help display help for command
Commands:
create|c <appName> Create a new project
info|i Print debugging information about your environment
help [command] display help for command
ℹ Run bod <command> --help for detailed usage of given command.bod create
Usage: create|c [options] <appName>
Create a new project
Options:
-h, --help display help for commandbod info
Usage: info|i [options]
print debugging information about your environment
Options:
-h, --help display help for command