todo-cli-v2.0
v1.0.0
Published
Todo CLI Application using NodeJS
Readme
Todo CLI Application using NodeJS

Install using: npm install -g todoj
Once installed you can use the command todoj anywhere.
- Add a todo:
todoj add - Get a list of all added todoj:
todoj get - Mark a todo as done:
todoj done - Delete a todo:
todoj delete
