0.0.0 • Published 4 years ago

mitinstall v0.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

mitinstall

Instalador de productos de Mitrol

oclif Version Downloads/week License

Usage

$ npm install -g mitinstall
$ mitinstall COMMAND
running command...
$ mitinstall (-v|--version|version)
mitinstall/0.0.0 darwin-x64 node-v14.4.0
$ mitinstall --help [COMMAND]
USAGE
  $ mitinstall COMMAND
...

Commands

mitinstall hello [FILE]

describe the command here

USAGE
  $ mitinstall hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ mitinstall hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

mitinstall help [COMMAND]

display help for mitinstall

USAGE
  $ mitinstall help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help