Todo command-line interface for NodeJS
npm install -g todocli
Usage: todo [options] [command]
Commands:
list [options] list all todos
add <title> add new todo
check <id> mark todo completed
uncheck <id> mark todo active
clear [options] [id] clear all completed todos or by id
Options:
-h, --help output usage information
-V, --version output the version number