@therealxex/taskercli
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

taskercli

learning to make a cli

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g @therealxex/taskercli
$ taskercli COMMAND
running command...
$ taskercli (-v|--version|version)
@therealxex/taskercli/0.0.9 linux-x64 node-v11.12.0
$ taskercli --help [COMMAND]
USAGE
  $ taskercli COMMAND
...

Commands

taskercli add

Adds a new todo

USAGE
  $ taskercli add

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

DESCRIPTION
  ....
     Adds a new todo to the exisiting list

See code: src/commands/add.ts

taskercli help [COMMAND]

display help for taskercli

USAGE
  $ taskercli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

taskercli remove

Removes a task by id

USAGE
  $ taskercli remove

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -i, --id=id      (required) task id to remove
  -n, --name=name  name to print

DESCRIPTION
  ...
     Removes a task permanently from database by id selection

See code: src/commands/remove.ts

taskercli show

Show existing tasks

USAGE
  $ taskercli show

OPTIONS
  -f, --force
  -h, --help   show CLI help

DESCRIPTION
  ...
     Shows all the tasks sorted by their ids

See code: src/commands/show.ts

taskercli update

Marks a task as done

USAGE
  $ taskercli update

OPTIONS
  -f, --force
  -h, --help   show CLI help
  -i, --id=id  task id

DESCRIPTION
  ...
     Marks a task as done

See code: src/commands/update.ts

Readme

Keywords

Package Sidebar

Install

npm i @therealxex/taskercli

Weekly Downloads

1

Version

0.0.9

License

MIT

Unpacked Size

6.63 kB

Total Files

5

Last publish

Collaborators

  • therealxex