A simple CLI todo app based on https://github.com/ZeroX-DG/checkme project.
- node >=8.0.0
npm install
npm run test
$ npm install -g todo
$ todo COMMAND
running command...
$ todo (-v|--version|version)
todo/0.0.0 linux-x64 node-v10.16.3
$ todo --help [COMMAND]
USAGE
$ todo COMMAND
...
Add new task
USAGE
$ todo add [TASK]
OPTIONS
-d, --done check task as done
See code: src/commands/add.js
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
Print out all todos
USAGE
$ todo list
See code: src/commands/list.js
Mark/Unmark your tasks
USAGE
$ todo mark
See code: src/commands/mark.js
Remove a todo from list
USAGE
$ todo remove [INDEX]
EXAMPLES
$ todo remove 0
[Success] Removed todo: a new todo
$ todo remove
› Error: please specify the todo's index
See code: src/commands/remove.js
👤 Dalton Jorge @daltonjorge
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator