npm.io
0.0.5 • Published 6 years agoCLI

todo-cli-nodejs

Licence
MIT
Version
0.0.5
Deps
2
Size
7 kB
Vulns
0
Weekly
0
Stars
1

Todo-CLI-Nodejs

a CLI tool to show/add/update/delete a TodoList.

Using Node.js to develop.

how to use

install from NPM

Notice: my npm version is 6.13.4 during developing

// if u are using npm
// my node version is 12.16.1 during developing
npm install -g todo-cli-nodejs

// if u are using yarn
// my yarn version is 1.22.4 during developing
yarn global add todo-cli-nodejs
Commands and Options
  • Just typing todo in command line to use.

  • Typing todo -h to see all commands.

  • Very very easy to use, just try yourself.

// todo -h
Usage: todo [options] [command]

Options:
  -v, --version           output the current version
  -h, --help              display help for command

Commands:
  add <todoTitle> [done]  add a new todo as undo, mark its status as done with another param [done]
  clear                   clear all todos
  show                    show all todos
  help [command]          display help for command

Feedback

contact me via Github Repo