{"id":50409645,"url":"https://github.com/involvex/terminal-dashboard","last_synced_at":"2026-05-31T03:02:13.353Z","repository":{"id":351428408,"uuid":"1210897263","full_name":"involvex/terminal-dashboard","owner":"involvex","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-22T21:26:32.000Z","size":123,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-02T19:41:43.322Z","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/involvex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["involvex"],"custom":["https://buymeacoffee.com/involvex","https://paypal.me/involvex","https://rewards.bing.com/welcome?rh=14525F68\u0026ref=rafsrchae\u0026form=ML2XE3\u0026OCID=ML2XE3\u0026PUBL=RewardsDO\u0026CREA=ML2XE3"]}},"created_at":"2026-04-14T21:42:25.000Z","updated_at":"2026-04-22T21:26:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/involvex/terminal-dashboard","commit_stats":null,"previous_names":["involvex/terminal-dashboard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/involvex/terminal-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fterminal-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fterminal-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fterminal-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fterminal-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/involvex","download_url":"https://codeload.github.com/involvex/terminal-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fterminal-dashboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33717419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-05-31T03:02:09.204Z","updated_at":"2026-05-31T03:02:13.348Z","avatar_url":"https://github.com/involvex.png","language":"TypeScript","funding_links":["https://github.com/sponsors/involvex","https://buymeacoffee.com/involvex","https://paypal.me/involvex","https://rewards.bing.com/welcome?rh=14525F68\u0026ref=rafsrchae\u0026form=ML2XE3\u0026OCID=ML2XE3\u0026PUBL=RewardsDO\u0026CREA=ML2XE3"],"categories":[],"sub_categories":[],"readme":"# @involvex/terminal-dashboard\n\nA modern interactive CLI dashboard built with Ink \u0026 React to monitor trending GitHub repositories, npm package releases and system metrics directly from your terminal.\n\n---\n\n## ✨ Features\n\n- 📊 Real-time terminal dashboard interface\n- 🔍 Watch trending GitHub repositories\n- 📦 Track latest npm package releases\n- 💻 System monitoring metrics\n- ⌨️ Full keyboard navigation\n- 🎨 Clean modern UI with Ink\n- 🔥 Hot reload development mode\n\n---\n\n## 🚀 Installation\n\n### Global Installation\n\n```bash\nnpm install -g @involvex/terminal-dashboard\n# or\nbun add -g @involvex/terminal-dashboard\n```\n\n### Local Development\n\n```bash\ngit clone https://github.com/involvex/terminal-dashboard.git\ncd terminal-dashboard\nbun install\n```\n\n---\n\n## 💻 Usage\n\n### Run development mode (with hot reload)\n\n```bash\nbun run dev\n```\n\n### Build for production\n\n```bash\nbun run build\n```\n\n### Start built version\n\n```bash\nbun run start\n# or after global install\nterminal-dashboard\n# or\nterm-dash\n```\n\n---\n\n## 🔧 Available Scripts\n\n| Command             | Description                                          |\n| ------------------- | ---------------------------------------------------- |\n| `bun run dev`       | Start development server with hot module replacement |\n| `bun run build`     | Production build with type checking \u0026 linting        |\n| `bun run start`     | Run built CLI application                            |\n| `bun run format`    | Format all files with Prettier                       |\n| `bun run lint`      | Run ESLint checks                                    |\n| `bun run lint:fix`  | Fix auto-fixable ESLint errors                       |\n| `bun run typecheck` | Run TypeScript type checking                         |\n\n---\n\n## 🛠 Built With\n\n- [Ink](https://github.com/vadimdemedes/ink) - React for CLI interfaces\n- React 18\n- TypeScript\n- Bun\n- Prettier + ESLint\n\n---\n\n## 📋 Requirements\n\n- Node.js \u003e= 16\n- Bun (recommended) or npm/yarn/pnpm\n\n---\n\n## 📄 License\n\nMIT © involvex\n\n---\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvolvex%2Fterminal-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvolvex%2Fterminal-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvolvex%2Fterminal-dashboard/lists"}