mytestcli
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

mytestcli

first cli to understand how oclif works

Version CircleCI Appveyor CI Codecov Greenkeeper Known Vulnerabilities Downloads/week License

Usage

$ npm install -g mytestcli
$ mytestcli COMMAND
running command...
$ mytestcli (-v|--version|version)
mytestcli/0.0.0 darwin-x64 node-v8.9.4
$ mytestcli --help [COMMAND]
USAGE
  $ mytestcli COMMAND
...

Commands

hello [FILE]

describe the command here

USAGE
  $ mytestcli hello [FILE]

OPTIONS
  -f, --force
  -n, --name=name  name to print

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

See code: src/commands/hello.ts

help [COMMAND]

display help for mytestcli

USAGE
  $ mytestcli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Readme

Keywords

Package Sidebar

Install

npm i mytestcli

Weekly Downloads

0

Version

0.0.0

License

MIT

Unpacked Size

6.86 kB

Total Files

11

Last publish

Collaborators

  • pratiksethi