todocli
v0.1.8
Published
Simple todo command-line interface
Readme
TodoCLI
Todo command-line interface for NodeJS
Installation
npm install -g todocliUsage
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 idOptions:
-h, --help output usage information
-V, --version output the version number