0.0.5 • Published 4 years ago

iron-express-cli v0.0.5

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

iron

iron cli

Command tool for framework iron-express (https://github.com/sfeir-open-source/iron-express)

Usage

$ npm install -g iron-express-cli
$ iron COMMAND
running command...
$ iron (-v|--version|version)
iron-express-cli/0.0.4 darwin-x64 node-v12.16.0
$ iron --help [COMMAND]
USAGE
  $ iron COMMAND
...

Commands

iron create [NAME]

Create a new project

USAGE
  $ iron create [NAME]

OPTIONS
  -h, --help  show CLI help

EXAMPLE
  $ iron create projectname

See code: src/commands/create.ts

iron help [COMMAND]

display help for iron

USAGE
  $ iron help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help