{"id":17015964,"url":"https://github.com/j-tai/coman","last_synced_at":"2025-04-12T09:33:29.621Z","repository":{"id":57608829,"uuid":"222859654","full_name":"j-tai/coman","owner":"j-tai","description":"Easily run and test your programming contest solutions","archived":false,"fork":false,"pushed_at":"2023-06-24T03:02:15.000Z","size":81,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T04:33:16.332Z","etag":null,"topics":["contest-management-system","contest-programming"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/j-tai.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}},"created_at":"2019-11-20T05:39:58.000Z","updated_at":"2024-04-12T18:11:07.000Z","dependencies_parsed_at":"2022-08-30T09:01:03.511Z","dependency_job_id":null,"html_url":"https://github.com/j-tai/coman","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-tai%2Fcoman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-tai%2Fcoman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-tai%2Fcoman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-tai%2Fcoman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j-tai","download_url":"https://codeload.github.com/j-tai/coman/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248546195,"owners_count":21122272,"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":["contest-management-system","contest-programming"],"created_at":"2024-10-14T06:31:10.566Z","updated_at":"2025-04-12T09:33:29.593Z","avatar_url":"https://github.com/j-tai.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coman\n\nContest manager — easily run and test your programming contest solutions.\n\n[**Getting started**](https://github.com/j-tai/coman/wiki/Getting-started)\n\n## How it works\n\n* You put your source code anywhere in the `src` directory, or a subdirectory of `src`.\n* You run `coman`. This will automatically find which source file you are working on and will compile and run it.\n* You put tests in the `test` directory.\n* You run `coman test`. This will run each test and display the results.\n\nSimple, right?\n\n## Features\n\n* Forget about writing Makefiles or regurgitating an obnoxiously long \"gcc\" command. *coman* takes the hassle away from compiling and running your code manually.\n* It can automatically find which solution you are working on, and run that one. (Or you can specify the file on the command line.)\n* It can test your solution with test cases that you provide.\n* It can quickly open a debugger for you.\n* It supports *any* programming language.\n\n## Building and installing\n\nTo install this program, [install Rust](https://rustup.rs/) if you haven't already.\n\nYou can install the latest version by typing:\n\n```console\n$ cargo install coman\n```\n\nThis will install coman from crates.io.\n\nNow, check out the [**getting started**](https://github.com/j-tai/coman/wiki/Getting-started) tutorial.\n\n### Install the development version\n\nClone the repository and use cargo to install it:\n\n```console\n$ git clone https://github.com/j-tai/coman.git\n$ cd coman\n$ cargo install --path .\n```\n\nOr, if you want to just build the program, you can use\n\n```console\n$ cargo build --release\n```\n\nfor an optimized build (or omit `--release` for a debug build). Then, the binary will be in `target/release/coman` (or `target/debug/coman`).\n\n## License\n\n[GPLv3.](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-tai%2Fcoman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-tai%2Fcoman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-tai%2Fcoman/lists"}