1.0.12 • Published 5 months ago

devtrack-cli v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

Devtrack CLI šŸš€

NPM Version License

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.

1.0.12

5 months ago

1.0.10

5 months ago

1.0.8

5 months ago

1.0.4

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago