{"id":24272529,"url":"https://github.com/egeonder/revolv-assignment","last_synced_at":"2025-06-17T19:38:45.361Z","repository":{"id":272310728,"uuid":"916160808","full_name":"EgeOnder/revolv-assignment","owner":"EgeOnder","description":"A C++ library to check if a number is prime with a command-line interface.","archived":false,"fork":false,"pushed_at":"2025-01-13T16:06:15.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T16:35:27.067Z","etag":null,"topics":["cmake","cpp","gtest","prime-numbers"],"latest_commit_sha":null,"homepage":"https://www.revolvspace.com","language":"C++","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/EgeOnder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-13T15:14:05.000Z","updated_at":"2025-01-13T16:08:11.000Z","dependencies_parsed_at":"2025-01-13T16:35:32.306Z","dependency_job_id":"c164e323-968c-4816-8353-740d90a6fb08","html_url":"https://github.com/EgeOnder/revolv-assignment","commit_stats":null,"previous_names":["egeonder/revolv-assignment"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgeOnder%2Frevolv-assignment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgeOnder%2Frevolv-assignment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgeOnder%2Frevolv-assignment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EgeOnder%2Frevolv-assignment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EgeOnder","download_url":"https://codeload.github.com/EgeOnder/revolv-assignment/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241977539,"owners_count":20051839,"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":["cmake","cpp","gtest","prime-numbers"],"created_at":"2025-01-15T18:27:07.862Z","updated_at":"2025-03-05T06:27:07.942Z","avatar_url":"https://github.com/EgeOnder.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prime Number Checker\n\nA C++ library to check if a number is prime with a command-line interface.\n\n## Requirements\n\n-   C++17 compiler\n-   CMake \u003e= 3.14\n-   Google Test\n\n### Installing Dependencies\n\n#### Ubuntu/Debian\n\n```bash\nsudo apt-get update\nsudo apt-get install build-essential cmake libgtest-dev\n```\n\n#### macOS\n\n```bash\nbrew install cmake googletest\n```\n\n## Building and Running\n\n```bash\nmake run\n```\n\n## Running Tests\n\n```bash\nmake test\n```\n\n## Code Style and Linting\n\nThis project uses clang-format and clang-tidy to maintain code quality.\n\n### Formatting Code\n\nFirst, install clang-format:\n\n```bash\nsudo apt-get install clang-format\n# OR on macOS\nbrew install clang-format\n```\n\nThen, to format your code:\n\n```bash\n./scripts/format.sh\n```\n\nThe CI pipeline will automatically check formatting and linting.\n\n## Quick Commands\n\n```bash\nmake help # Show all commands\n\nmake build # Build the project\nmake run # Run the program\nmake test # Run all tests\nmake format # Format the code\nmake clean # Remove build directory\n```\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegeonder%2Frevolv-assignment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fegeonder%2Frevolv-assignment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fegeonder%2Frevolv-assignment/lists"}