new_node_todo_cli
v3.3.3
Published
A todo list cli
Downloads
11
Readme
todo cli
todo -h
Usage: cli [options] [command]
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
add <taskName> add a task
clear clear all tasks
show show all tasks
help [command] display help for command
install: npm i new_node_todo_cli -g
test: npm run test
build: npm run build