{"id":15101765,"url":"https://github.com/secondthunder/task-tracker-bun","last_synced_at":"2025-04-05T11:14:15.376Z","repository":{"id":252583847,"uuid":"840857985","full_name":"SecondThundeR/task-tracker-bun","owner":"SecondThundeR","description":"Task tracking CLI app built using Bun and TypeScript","archived":false,"fork":false,"pushed_at":"2024-08-10T22:51:48.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:14:10.773Z","etag":null,"topics":["bun","cli","task-tracker","typescript"],"latest_commit_sha":null,"homepage":"","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/SecondThundeR.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-08-10T22:50:25.000Z","updated_at":"2024-08-10T22:53:11.000Z","dependencies_parsed_at":"2024-08-10T23:51:35.922Z","dependency_job_id":null,"html_url":"https://github.com/SecondThundeR/task-tracker-bun","commit_stats":null,"previous_names":["secondthunder/task-tracker-bun"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecondThundeR%2Ftask-tracker-bun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecondThundeR%2Ftask-tracker-bun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecondThundeR%2Ftask-tracker-bun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SecondThundeR%2Ftask-tracker-bun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SecondThundeR","download_url":"https://codeload.github.com/SecondThundeR/task-tracker-bun/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247325698,"owners_count":20920714,"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":["bun","cli","task-tracker","typescript"],"created_at":"2024-09-25T18:29:47.862Z","updated_at":"2025-04-05T11:14:15.312Z","avatar_url":"https://github.com/SecondThundeR.png","language":"TypeScript","readme":"# Task Tracker CLI\n\nThis is a CLI app for a task from [roadmap.sh](https://roadmap.sh) built using Bun and TypeScript\n\nThis app meets all the [requirements](https://roadmap.sh/projects/task-tracker#requirements) of the task\n\n## Usage\n\nTo use this CLI app, you need to do three simple steps (or more, if you don't have Bun/Git installed on your system):\n\n### Setup\n\n```bash\ngit clone https://github.com/SecondThundeR/task-tracker-bun.git\ncd task-tracker-bun\nbun install\n```\n\n### Execute\n\nTo run app, execute `index.ts` file via Bun. Here are examples of usage:\n\n```bash\n# Adding a new task\nbun run index.ts add \"Buy groceries\"\n# Output: Task added successfully (ID: 1)\n\n# Updating and deleting tasks\nbun run index.ts update 1 \"Buy groceries and cook dinner\"\nbun run index.ts delete 1\n\n# Marking a task as in progress or done\nbun run index.ts mark-in-progress 1\nbun run index.ts mark-done 1\n\n# Listing all tasks\nbun run index.ts list\n\n# Listing tasks by status\nbun run index.ts list done\nbun run index.ts list todo\nbun run index.ts list in-progress\n```\n\n## License\n\nThe app is distributed under the MIT license. More details in the [LICENSE file](/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecondthunder%2Ftask-tracker-bun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsecondthunder%2Ftask-tracker-bun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsecondthunder%2Ftask-tracker-bun/lists"}