task-tracker-cli-app
v1.0.1
Published
command-line interface (CLI) tool for managing tasks. It allows you to add, list, update, and delete tasks, as well as mark them as done or in-progress.
Maintainers
Readme
Task Tracker CLI
Task Tracker CLI is a command-line interface (CLI) tool for managing tasks. It allows you to add, list, update, and delete tasks, as well as mark them as done or in-progress.
Table of Contents
Project Details
The Task Tracker CLI is designed to help you manage your tasks efficiently from the command line. It supports various commands to add, list, update, and delete tasks, making it a versatile tool for task management. For more details, visit the Task Tracker project page.
Installation
To install the Task Tracker CLI, follow these steps:
Clone the repository:
git clone https://github.com/AmrKhaledAK47/Task-Tracker.git cd Task-TrackerInstall the dependencies:
npm install
Usage
To use the Task Tracker CLI, run the following commands:
Add a Task
node src/command.js add "Your task description"List All Tasks
node src/command.js listList Tasks by Status
node src/command.js list todo
node src/command.js list done
node src/command.js list in-progressMark a Task as Done
node src/command.js mark-done <task-id>Mark a Task as In-Progress
node src/command.js mark-in-progress <task-id>Delete a Task
node src/command.js delete <task-id>Update a Task
node src/command.js update <task-id> "Updated task description"Show Help
node src/command.js helpShow Version
node src/command.js versionContributing
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with a descriptive message.
- Push your changes to your forked repository.
- Create a pull request to the main repository.
License
This project is licensed under the MIT License.
NPM Package
You can find the npm package here.
