{"id":22399842,"url":"https://github.com/md-abid-hussain/task-tracker-cli","last_synced_at":"2025-10-13T12:38:57.658Z","repository":{"id":253776830,"uuid":"844486141","full_name":"md-abid-hussain/task-tracker-cli","owner":"md-abid-hussain","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-19T11:39:18.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T05:41:37.259Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/md-abid-hussain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T11:09:19.000Z","updated_at":"2024-08-22T06:58:42.000Z","dependencies_parsed_at":"2024-08-19T13:49:19.080Z","dependency_job_id":null,"html_url":"https://github.com/md-abid-hussain/task-tracker-cli","commit_stats":null,"previous_names":["md-abid-hussain/task-tracker-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-abid-hussain%2Ftask-tracker-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-abid-hussain%2Ftask-tracker-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-abid-hussain%2Ftask-tracker-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/md-abid-hussain%2Ftask-tracker-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/md-abid-hussain","download_url":"https://codeload.github.com/md-abid-hussain/task-tracker-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245755681,"owners_count":20667027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-05T08:10:11.987Z","updated_at":"2025-10-13T12:38:52.639Z","avatar_url":"https://github.com/md-abid-hussain.png","language":"TypeScript","readme":"# Task Tracker : CLI Application\n\nTask Tracker is a command-line interface (CLI) application for managing tasks. It allows you to add, update, delete, mark, and list tasks efficiently.\n\nProject URL: [https://roadmap.sh/projects/task-tracker](https://roadmap.sh/projects/task-tracker)\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Commands](#commands)\n- [Development](#development)\n- [Testing](#testing)\n\n## Installation\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/yourusername/task-tracker-cli.git\n   cd task-tracker-cli\n   ```\n\n2. Install dependencies:\n\n   ```sh\n   npm install\n   ```\n\n3. Build the project:\n\n   ```sh\n   npm run build\n   ```\n\n4. Link the application:\n   ```sh\n   npm link .\n   ```\n\n## Usage\n\nTo use the Task Tracker CLI, run the following command:\n\n```sh\ntask-cli \u003ccommand\u003e [parameters]\n```\n\n## Commands\n\n### Add a Task\n\n```sh\ntask-cli add \u003cdescription\u003e\n```\n\n- `\u003cdescription\u003e`: The description of the task to be added.\n\n### Update a Task\n\n```sh\ntask-cli update \u003cid\u003e \u003cdescription\u003e\n```\n\n- `\u003cid\u003e`: The ID of the task to be updated.\n- `\u003cdescription\u003e`: The new description of the task.\n\n### Delete a Task\n\n```sh\ntask-cli delete \u003cid\u003e\n```\n\n- `\u003cid\u003e`: The ID of the task to be deleted.\n\n### Mark a Task as In-Progress\n\n```sh\ntask-cli mark-in-progress \u003cid\u003e\n```\n\n- `\u003cid\u003e`: The ID of the task to be mark in progress.\n\n### Mark a Task as Done\n\n```sh\ntask-cli mark-done \u003cid\u003e\n```\n\n- `\u003cid\u003e`: The ID of the task to be marked as done.\n\n### List Tasks\n\n```sh\ntask-cli list [status]\n```\n\n- `[status]`: Optional. The status of tasks to list (`todo`, `in-progress`, `done`). If not provided, all tasks will be listed.\n\n## Development\n\n### Project Structure\n\n```\n.gitignore\njest.config.js\npackage.json\nREADME.md\nsrc/\n    commands/\n        AddTaskCommand.ts\n        Command.ts\n        DeleteTaskCommand.ts\n        ListTaskCommand.ts\n        MarkTaskCommand.ts\n        UpdateTaskCommand.ts\n    index.ts\n    Invoker.ts\n    TaskManager.ts\n    utils/\n        ...\ntasks.json\ntests/\n    TaskManager.test.ts\ntsconfig.json\n```\n\n### Testing\n\nTo run tests, use the following command:\n\n```sh\nnpm test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-abid-hussain%2Ftask-tracker-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmd-abid-hussain%2Ftask-tracker-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmd-abid-hussain%2Ftask-tracker-cli/lists"}