1.0.1 • Published 2 years ago

make-todo v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

make-todo

a Node CLI for creating and managing Todos.

Pre requisites

  • Node
  • npm

Installation

  • Clone the Repository
git clone https://github.com/rastogiji/todos-cli.git
  • Install all the packages
npm install -g

Usage

  1. Add a Todo:
todos add
  1. Show All Todos:
todos show
  1. Mark a Todo as done
todos done
  1. Remove a Todo from the List
todos remove
  1. Reset the Todo List
todos reset

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT