1.0.12 ⢠Published 5 months ago
devtrack-cli v1.0.12
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-cli
Or 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 list
3ļøā£ View completed tasks
npx devtrack-cli completed
4ļøā£ Mark a task as completed
npx devtrack-cli done <taskNumber>
Example:
npx devtrack-cli done 1
5ļøā£ 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.