@amitkys/todo-cli
v1.0.0
Published
A simple command-line interface (CLI) tool to manage your todos. This tool allows you to add, list, complete, delete, and delete all tasks using the command line.
Maintainers
Readme
Todo CLI
A simple command-line interface (CLI) tool to manage your todos. This tool allows you to add, list, complete, delete, and delete all tasks using the command line.
Features
- Add a task: Add new tasks to your todo list.
- List tasks: View all your tasks.
- Complete a task: Mark a task as completed.
- Delete a task: Remove a specific task from the list.
- Delete all tasks: Remove all tasks from the todo list.
Installation
To get started with this project, clone the repository and install the necessary dependencies.
Clone the repository
git clone https://github.com/your-username/todo-cli.git
cd todo-cliAdd a task: $ todo add "Your task name"
List all task: $ todo list
Complete a task: $ todo complete
Delete a single task: $ todo delete
Delete all todo: $ todo deleteAll
