devtrack-cli
v1.0.12
Published
A simple CLI-based todo list manager
Maintainers
Readme
Devtrack CLI 🚀
A simple and lightweight CLI-based to-do list manager for tracking tasks efficiently.
🔗 NPM Package: Devtrack CLI on NPM
NOTE : The NPM package will only work on a machine with Nodejs installed.
📌 Features
✅ Add new tasks
✅ View all tasks
✅ View only completed tasks
✅ Mark tasks as completed
✅ Remove tasks
🛠 Installation
You can run Devtrack directly using npx (no installation required):
npx devtrack-cliOr install it globally:
npm install -g devtrack-cli⚡ Usage
1️⃣ Add a new task
npx devtrack-cli add "Complete MERN project"2️⃣ View all tasks
npx devtrack-cli list3️⃣ View completed tasks
npx devtrack-cli completed4️⃣ Mark a task as completed
npx devtrack-cli done <taskNumber>Example:
npx devtrack-cli done 15️⃣ Remove a task
npx devtrack-cli remove <taskNumber>Example:
npx devtrack-cli remove 1📄 License
This project is licensed under the MIT License.
🌟 Built By
Developed by Sahil – Connect with me at sahilportfolio.
