0.0.0 • Published 6 years ago

@mueang/migrations v0.0.0

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

migrations

Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g @mueang/migrations
$ migrations COMMAND
running command...
$ migrations (-v|--version|version)
@mueang/migrations/0.0.0 linux-x64 node-v10.1.0
$ migrations --help [COMMAND]
USAGE
  $ migrations COMMAND
...

Commands

migrations hello [FILE]

describe the command here

USAGE
  $ migrations hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ migrations hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

migrations help [COMMAND]

display help for migrations

USAGE
  $ migrations help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help