1.0.1 • Published 3 years ago

my-todo-cli v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this ?

This is command line tool to manage your todo's

How to use

npm i my-todo-cli -g --save

Then...

todos add "Create a npm package"

You can explore more options by using the below command

todos --help to see the options like below

Options

Usage: todos options

Options: -h, --help display help for command

Commands:

  • list List all the TODO tasks
  • add Add a new TODO task
  • mark-done options Mark tasks done
  • remove options Remove tasks from list
  • help command display help for command