Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 579 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 579 Bytes

TodoCLI

Todo command-line interface for NodeJS

npm version

Installation

npm install -g todocli

Usage

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