/cli

A CLI tool to manage todos, notes, and more.

Primary LanguageJavaScript

@nirajkaushal/cli

npm npm bundle size

A CLI tool to manage todos, notes, and more.

Usage

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

Installation

npm install @nirajkaushal/cli -g