0.1.0 • Published 4 years ago

oclif-multi-ts-starter v0.1.0

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

oclif-multi-ts-starter

OCLIF-generated multi-command starter on TypeScript

Feature tags

  • cli
  • multi-command
  • oclif
  • starter
  • template
  • typescript

Authors

Alexander Lapygin <alexanderlapygin@gmail.com>


Direct ancestors

node-cli-starter


Install

npm i

Usage

$ npm install -g oclif-multi-ts-starter
$ mycmd COMMAND
running command...
$ mycmd (-v|--version|version)
oclif-multi-ts-starter/0.1.0 win32-x64 node-v12.14.0
$ mycmd --help [COMMAND]
USAGE
  $ mycmd COMMAND
...

Commands

mycmd hello FILE

describe the command here

USAGE
  $ mycmd hello [FILE]

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

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

See code: src\commands\hello.ts

mycmd help COMMAND

display help for mycmd

USAGE
  $ mycmd help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

License

Licensed under the MIT license.

0.1.0

4 years ago