Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.12 KB

QuickTodo

GitHub license npm version

QuickTodo is a simple and efficient command-line tool for managing your todos. With QuickTodo, you can easily add and list todos from your terminal.

Installation

To install QuickTodo globally on your system, run:

npm install -g quicktodo

Usage

To add a to-do list item, run:

todo add <task name> [due date]

Note: when running for the first time, QuickTodo will ask you for the file path to your JSON file.

To list all your todos, run:

todo list

To remove a todo, run:

todo delete <task name>

License

This project is licensed under the MIT license. See the LICENSE file for more.

Contributions

We welcome contributions! If you have any suggestions or improvements, please open an issue or submit a pull request.