README
pmgr
The Node.js Project Manager.
Usage
$ npm install -g pmgr-cli
$ pmgr COMMAND
running command...
$ pmgr (-v|--version|version)
pmgr-cli/0.0.3 darwin-x64 node-v12.0.0
$ pmgr --help [COMMAND]
USAGE
$ pmgr COMMAND
...
Commands
pmgr help [COMMAND]
display help for pmgr
USAGE
$ pmgr help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
pmgr init
Init with New Project with git and npm (or yarn).
USAGE
$ pmgr init
OPTIONS
-n, --name=name name of the project
DESCRIPTION
Init with New Project with git and npm (or yarn).
See code: src/commands/init.js