1.0.1 • Published 3 years ago

ashhtodo v1.0.1

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

todo

Enter the f

A Todo app for CLI

oclif Version CircleCI Appveyor CI Downloads/week License

Usage

$ npm install -g ashhtodo
$ todo COMMAND
running command...
$ todo (-v|--version|version)
ashhtodo/1.0.1 linux-x64 node-v10.19.0
$ todo --help [COMMAND]
USAGE
  $ todo COMMAND
...

Commands

todo add [TODO]

Add new todo item here.

USAGE
  $ todo add [TODO]

See code: src/commands/add.ts

todo done [INDEX]

Marks a task complete

USAGE
  $ todo done [INDEX]

See code: src/commands/done.ts

todo hello [FILE]

describe the command here

USAGE
  $ todo hello [FILE]

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

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

See code: src/commands/hello.ts

todo help [COMMAND]

display help for todo

USAGE
  $ todo help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

todo remove [INDEX]

Remove a todo from list

USAGE
  $ todo remove [INDEX]

See code: src/commands/remove.ts

todo show

Displays all Tasks

USAGE
  $ todo show

See code: src/commands/show.ts