0.1.0 • Published 6 years ago

ctv v0.1.0

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

ctv

CLI tool for Compiler TV

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g ctv
$ ctv COMMAND
running command...
$ ctv (-v|--version|version)
ctv/0.1.0 darwin-x64 node-v10.6.0
$ ctv --help [COMMAND]
USAGE
  $ ctv COMMAND
...

Commands

ctv commands

list all the commands

USAGE
  $ ctv commands

OPTIONS
  -h, --help  show CLI help
  -j, --json  output in json format
  --hidden    also show hidden commands

See code: @oclif/plugin-commands

ctv hello [FILE]

describe the command here

USAGE
  $ ctv hello [FILE]

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

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

See code: src/commands/hello.ts

ctv help [COMMAND]

display help for ctv

USAGE
  $ ctv help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ctv update [CHANNEL]

update the ctv CLI

USAGE
  $ ctv update [CHANNEL]

See code: @oclif/plugin-update