tana-listdoto-cli
v1.0.0
Published
A simple CLI application for managing a todo list.
Downloads
3
Readme
CLI Todo List Manager
A simple command-line application to manage your todo list. Add tasks, list all tasks, mark tasks as done, and delete tasks from your list.
Installation
- Clone this repository.
- Navigate to the cloned directory.
- Run
npm install
to install the required dependencies.
How to Use
- Start the application by running
npm start
. - Use the menu options to manage your todo list:
- Add task: Add a new task to your list.
- List tasks: View all your tasks.
- Toggle task completion: Mark a task as done or pending.
- Delete task: Remove a task from your list.
- Exit: Quit the application.
Keep track of your tasks efficiently with this easy-to-use tool!