Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 666 Bytes

README.md

File metadata and controls

62 lines (39 loc) · 666 Bytes

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