1.0.0 • Published 3 years ago

ocliftodoapp v1.0.0

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

todo

A simple todo app

oclif Version Downloads/week License

Usage

$ npm install -g oclif_todoApp
$ todo COMMAND
running command...
$ todo (-v|--version|version)
oclif_todoApp/1.0.0 win32-x64 node-v12.16.1
$ todo --help [COMMAND]
USAGE
  $ todo COMMAND
...

Commands

todo add [TODO]

Add new todo to list

USAGE
  $ todo add [TODO]

OPTIONS
  -d, --done

See code: src/commands/add.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 interact

Enter the interacting mode

USAGE
  $ todo interact

See code: src/commands/interact.ts

todo list

Print out all todos

USAGE
  $ todo list

See code: src/commands/list.ts

todo remove [INDEX]

Remove a todo from list

USAGE
  $ todo remove [INDEX]

See code: src/commands/remove.ts