Task CLI is a simple command-line tool built with Node.js that helps you manage tasks efficiently. It allows you to add, update, delete, and list tasks directly from the terminal, making task management straightforward and quick.
- Add Tasks: Create new tasks with a description and an optional status.
- Update Tasks: Modify the status of existing tasks.
- Delete Tasks: Remove tasks by their unique ID.
- List Tasks: Display all tasks with their details.
Project URL :- https://github.com/Khareayushh/taskCLI