{"id":23511440,"url":"https://github.com/garyeung/task_tracker","last_synced_at":"2025-05-13T17:34:14.883Z","repository":{"id":257218644,"uuid":"857638101","full_name":"garyeung/Task_Tracker","owner":"garyeung","description":"Task tracker is a project used to track and manage your tasks. You can use a simple command line interface (CLI) to track what you need to do, what you have done, and what you are currently working on.","archived":false,"fork":false,"pushed_at":"2024-09-15T08:48:40.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T20:33:48.160Z","etag":null,"topics":["backend-api","ctl","typecript"],"latest_commit_sha":null,"homepage":"https://roadmap.sh/projects/task-tracker","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garyeung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-15T07:38:22.000Z","updated_at":"2024-09-15T08:48:43.000Z","dependencies_parsed_at":"2024-09-15T11:22:49.766Z","dependency_job_id":null,"html_url":"https://github.com/garyeung/Task_Tracker","commit_stats":null,"previous_names":["garyeung/task_tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FTask_Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FTask_Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FTask_Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garyeung%2FTask_Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garyeung","download_url":"https://codeload.github.com/garyeung/Task_Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253993014,"owners_count":21996215,"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":["backend-api","ctl","typecript"],"created_at":"2024-12-25T12:14:44.861Z","updated_at":"2025-05-13T17:34:14.833Z","avatar_url":"https://github.com/garyeung.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About The Project\nTask tracker is a project used to track and manage your tasks. You can use a simple command line interface (CLI) to track what you need to do, what you have done, and what you are currently working on.   \nThis project from\n\u003ca href=\"https://roadmap.sh/projects/task-tracker\" target=\"_blank\"\u003eroadmap\u003c/a\u003e\n\n## Rerequisites\n```sh\nnpm install npm@latest -g\n```\n## Installation \n```sh\ngit clone https://github.com/garyeung/Task_Tracker.git\n\ncd Track_Tracker\n\nnpm install \n\n```\n\n## Usages\n### Run the application:\n```sh\nnpx ts-node taskTrack.ts\n```\n\n### Available Commands:\n\n```sh\n1. Add a task:\n\n  add \u003cdescription\u003e\n\n2. Update a task:\n\n  update \u003cid\u003e \u003cnew description\u003e\n\n3. Delete a task:\n\n  delete \u003cid\u003e \n\n4. Mark a task as in-progress:\n\n  mark-in-progress \u003cid\u003e \n\n\n5. Mark a task as done:\n\n  mark-done \u003cid\u003e\n\n6. List all tasks or tasks by status:\n\n  list [status]\n\n7. Exit the application:\n\n  quit\n```\n\n## Example\n```sh\ntask-ctl add \"Finish the project\"\ntask-ctl list\ntask-ctl update 1 \"Finish the project with tests\"\ntask-ctl mark-in-progress 1\ntask-ctl mark-done 1\ntask-ctl delete 1\n```\n\n## Dependencies\n\n- typescript: For TypeScript support.\n- fs-extra: For file system operations.\n- @types/node: Type definitions for Node.js.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaryeung%2Ftask_tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaryeung%2Ftask_tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaryeung%2Ftask_tracker/lists"}