1.1.3 • Published 5 years ago

@tosee/misc-cli v1.1.3

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

misc

oclif Version Downloads/week License

Usage

$ npm install -g @tosee/misc-cli
$ misc COMMAND
running command...
$ misc (-v|--version|version)
@tosee/misc-cli/1.1.3 win32-x64 node-v8.11.4
$ misc --help [COMMAND]
USAGE
  $ misc COMMAND
...

Commands

misc help [COMMAND]

display help for misc

USAGE
  $ misc help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

misc new [PATH]

create new project with misc

USAGE
  $ misc new [PATH]

OPTIONS
  -f, --force
  -h, --help   show CLI help

EXAMPLE
  $ misc new ./

See code: src\commands\new.ts