0.3.0 • Published 3 years ago

@inheaden/ihe v0.3.0

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

ihe

Inheaden's CLI

CLI used by the @inheaden team to generate often used files automatically.

oclif Version Downloads/week License

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