0.1.0 • Published 3 years ago

shkhaider2015 v0.1.0

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

shkhaider2015

a command line tool

Usage

$ npm install -g shkhaider2015
$ shkhaider2015 COMMAND
running command...
$ shkhaider2015 (-v|--version|version)
shkhaider2015/0.1.0 win32-x64 node-v14.17.1
$ shkhaider2015 --help [COMMAND]
USAGE
  $ shkhaider2015 COMMAND
...

Commands

shkhaider2015 add [TODO]

Add new todo to list

USAGE
  $ shkhaider2015 add [TODO]

See code: src/commands/add.ts

shkhaider2015 hello [FILE]

describe the command here

USAGE
  $ shkhaider2015 hello [FILE]

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

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

See code: src/commands/hello.ts

shkhaider2015 help [COMMAND]

display help for shkhaider2015

USAGE
  $ shkhaider2015 help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

shkhaider2015 list

Print out all todos

USAGE
  $ shkhaider2015 list

See code: src/commands/list.ts

shkhaider2015 remove [INDEX]

Remove a todo from list

USAGE
  $ shkhaider2015 remove [INDEX]

See code: src/commands/remove.ts