0.0.0 • Published 3 years ago

ihe v0.0.0

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

ihe

Inheaden's CLI

oclif Version Downloads/week License

Usage

$ npm install -g ihe
$ ihe COMMAND
running command...
$ ihe (-v|--version|version)
ihe/0.0.0 darwin-x64 node-v12.14.0
$ ihe --help [COMMAND]
USAGE
  $ ihe COMMAND
...

Commands

ihe help [COMMAND]

display help for ihe

USAGE
  $ ihe help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ihe init

runs the initializer (again)

USAGE
  $ ihe init [FILE]

OPTIONS
  -h, --help       show CLI help

See code: src/commands/init.ts

ihe new

generates a new entity/controller/component etc.

USAGE
  $ ihe init [FILE]

OPTIONS
  -h, --help       show CLI help

See code: src/commands/new.ts