A basic command line todo list app
This was made following DigitalOcean's tutorial on building cli appliations with node.js
npm install -g basic-todo
todo [command]
commands:
- new: create a todo
- get: retrieve your todos
- complete: mark a todo as complete
- help: print this message