0.0.4 • Published 5 years ago

pmgr-cli v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

pmgr

The Node.js Project Manager.

oclif Version Downloads/week License

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