{"id":22066549,"url":"https://github.com/reminjp/covi","last_synced_at":"2025-03-23T18:25:11.820Z","repository":{"id":35106445,"uuid":"203238329","full_name":"reminjp/covi","owner":"reminjp","description":":construction: A command line tool to visualize test cases in competitive programming.","archived":false,"fork":false,"pushed_at":"2024-10-31T03:03:09.000Z","size":599,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T21:48:09.841Z","etag":null,"topics":["carlo","competitive","graph","visualization"],"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/reminjp.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":"2019-08-19T19:38:59.000Z","updated_at":"2024-10-31T03:03:12.000Z","dependencies_parsed_at":"2024-09-12T07:58:08.201Z","dependency_job_id":"3690fce7-2792-4683-8792-be10a429e8fb","html_url":"https://github.com/reminjp/covi","commit_stats":null,"previous_names":["rdrgn/covi"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reminjp%2Fcovi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reminjp%2Fcovi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reminjp%2Fcovi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reminjp%2Fcovi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reminjp","download_url":"https://codeload.github.com/reminjp/covi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245146683,"owners_count":20568365,"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":["carlo","competitive","graph","visualization"],"created_at":"2024-11-30T19:28:30.576Z","updated_at":"2025-03-23T18:25:11.765Z","avatar_url":"https://github.com/reminjp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# covi (competitive-visualizer)\n\n[![Latest NPM release][npm-badge]][npm-badge-url]\n[![Install Size][npm-size-badge]][npm-size-badge-url]\n[![License][license-badge]][license-badge-url]\n\nA command line tool to visualize test cases in competitive programming.\n\n競技プログラミングのテストケースを可視化するコマンドラインツール。\n\n![covi](image.png)\n\n## Installation\n\n1. **Install [Google Chrome](https://www.google.com/chrome/)**\n2. Install `yarn` (or `npm`)\n3. `yarn global add covi` (or `npm install --global covi`)\n\nWe use [Carlo](https://github.com/GoogleChromeLabs/carlo) to render the GUI and it depends on Google Chrome.\n\n## Usage\n\n```bash\n# print available commands\ncovi --help\n\n# visualize a directed graph\ncovi graph --directed \u003c input.txt\n```\n\n### Graph\n\n#### Input\n\n- `N`: The number of nodes\n- `a_i`, `b_i`: Edge `i` (from `a_i` to `b_i`)\n- `c_i`: Label of edge `i`\n\n```\nN\na_1 b_1 [c_1]\na_2 b_2 [c_2]\n:\na_M b_M [c_M]\n```\n\n## Development\n\n```bash\n# install dependencies\n$ yarn install\n\n# serve with hot reload\n$ yarn start\n\n# build for production\n$ yarn run build\n```\n\n## License\n\n[![License][license-badge]][license-badge-url]\n\n[npm-badge]: https://img.shields.io/npm/v/covi.svg\n[npm-badge-url]: https://www.npmjs.com/package/covi\n[npm-size-badge]: https://packagephobia.now.sh/badge?p=covi\n[npm-size-badge-url]: https://packagephobia.now.sh/result?p=covi\n[license-badge]: https://img.shields.io/github/license/rdrgn/covi\n[license-badge-url]: ./LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freminjp%2Fcovi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freminjp%2Fcovi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freminjp%2Fcovi/lists"}