0.0.0 • Published 6 years ago

@magic-script/cli v0.0.0

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

magic-script-cli

Magic Script CLI Tools

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @magic-script/cli
$ magic-script COMMAND
running command...
$ magic-script (-v|--version|version)
@magic-script/cli/0.0.0 linux-x64 node-v10.12.0
$ magic-script --help [COMMAND]
USAGE
  $ magic-script COMMAND
...

Commands

magic-script hello [FILE]

describe the command here

USAGE
  $ magic-script hello [FILE]

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

EXAMPLE
  $ magic-script hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

magic-script help [COMMAND]

display help for magic-script

USAGE
  $ magic-script help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help