pmgr-cli

The Node.js Project Manager.

Usage no npm install needed!

<script type="module">
  import pmgrCli from 'https://cdn.skypack.dev/pmgr-cli';
</script>

README

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