@inheaden/ihe
v0.3.0
Published
Inheaden's CLI
Downloads
3
Readme
ihe
Inheaden's CLI
CLI used by the @inheaden team to generate often used files automatically.
Usage
$ npm install -g @inheaden/ihe
$ ihe COMMAND
running command...
$ ihe (-v|--version|version)
@inheaden/ihe/0.2.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
See code: src/commands/init.ts
ihe new
generates a new component/controller/entity etc.
USAGE
$ ihe new
See code: src/commands/new.ts