parth-todos-cli
v1.0.2
Published
A simple command-line to-do list manager built with Node.js. Add tasks, view them, and mark them as done — all from your terminal!
Readme
📋 todos-cli
A simple command-line to-do list manager built with Node.js. Add tasks, view them, and mark them as done — all from your terminal!
✨ Features
📑 List all your to-do tasks
➕ Add new tasks to your to-do list
✅ Mark tasks as done
🎨 Colored terminal output for better visibility
📦 Installation You can install todos-cli globally using:
npm install -g todos-cli🚀 Usage
Once installed, you can use the todos command in your terminal.
- 📜 List all tasks:
todos list- ➕ Add a new task:
todos add "Your task text here"Example:
todos add "Buy groceries"- ✅ Mark a task as done:
todos mark-done <task_number>Example:
todos mark-done 0You can find the task number by running todos list.
📓 Example Output
$ todos listTasks in green are done. Tasks in yellow are still not done.
0. Buy groceries
1. Finish the project report🛠️ Built With
Node.js
commander
chalk
conf
📖 License
MIT
🤝 Contributing
Pull requests and ideas are welcome! Feel free to fork the repo and make it better.
💬 Author
Made with ❤️ by Parth
