make-todo

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i make-todo

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

6.98 kB

Total Files

9

Last publish

Collaborators

  • rastogiji