1.0.0 • Published 3 years ago

abdullah-cli v1.0.0

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

abdullah-cli

A Todo CLI App made with oclif and TypeScript for BootCamp 2021

oclif Version Downloads/week License

Usage

$ npm install -g abdullah-cli
$ abdullah-cli COMMAND
running command...
$ abdullah-cli (-v|--version|version)
abdullah-cli/1.0.0 win32-x64 node-v16.4.2
$ abdullah-cli --help [COMMAND]
USAGE
  $ abdullah-cli COMMAND
...
$ npm install -g abdullah-cli
$ abdullah-cli COMMAND
running command...
$ abdullah-cli (-v|--version|version)
abdullah-cli/0.0.0 win32-x64 node-v16.4.2
$ abdullah-cli --help [COMMAND]
USAGE
  $ abdullah-cli COMMAND
...

Commands

abdullah-cli add [TODO]

add a new todo

USAGE
  $ abdullah-cli add [TODO]

OPTIONS
  -d, --done

See code: src/commands/add.ts

abdullah-cli hello [FILE]

describe the command here

USAGE
  $ abdullah-cli hello [FILE]

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

EXAMPLE
  $ abdullah-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

abdullah-cli help [COMMAND]

display help for abdullah-cli

USAGE
  $ abdullah-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

abdullah-cli interact [FILE]

interactive mode

USAGE
  $ abdullah-cli interact [FILE]

See code: src/commands/interact.ts

abdullah-cli list

show all todos

USAGE
  $ abdullah-cli list

See code: src/commands/list.ts

abdullah-cli remove [INDEX]

remove a todo

USAGE
  $ abdullah-cli remove [INDEX]

See code: src/commands/remove.ts

abdullah-cli add [FILE]

describe the command here

USAGE
  $ abdullah-cli add [FILE]

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

See code: src/commands/add.ts

abdullah-cli hello [FILE]

describe the command here

USAGE
  $ abdullah-cli hello [FILE]

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

EXAMPLE
  $ abdullah-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

abdullah-cli help [COMMAND]

display help for abdullah-cli

USAGE
  $ abdullah-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help