Skip to content

rastogiji/todos-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published