A CLI tool to manage todos, notes, and more.
1. todos: Manage todos
Usage: todos [options] [command]
Options:
-h, --help display help for command
Commands:
setGreeting <greeting> Set greeting message
list List all the TODO tasks
add <task> Add a new TODO task
completed [options] To mark completed the TODO tasks
delete [options] Delete selected TODO tasks
delete-all Delete all TODO tasks
help [command] display help for command
npm install @nirajkaushal/cli -g