{"id":16131374,"url":"https://github.com/nitrogenez/gaffer","last_synced_at":"2025-08-22T06:39:17.107Z","repository":{"id":185961507,"uuid":"673953558","full_name":"nitrogenez/gaffer","owner":"nitrogenez","description":"A project manager for modern C++","archived":false,"fork":false,"pushed_at":"2023-08-10T21:30:27.000Z","size":152,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T14:35:52.683Z","etag":null,"topics":["cpp","cpp-programming","cpp23","dependency-manager","modern-cpp","project-management"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nitrogenez.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-08-02T19:57:48.000Z","updated_at":"2023-08-22T04:50:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7a195f8-70ab-42e1-8484-79985e4fb4e2","html_url":"https://github.com/nitrogenez/gaffer","commit_stats":null,"previous_names":["nitrogenez/gaffer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nitrogenez/gaffer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fgaffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fgaffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fgaffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fgaffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nitrogenez","download_url":"https://codeload.github.com/nitrogenez/gaffer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nitrogenez%2Fgaffer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271599203,"owners_count":24787801,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"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":["cpp","cpp-programming","cpp23","dependency-manager","modern-cpp","project-management"],"created_at":"2024-10-09T22:24:58.498Z","updated_at":"2025-08-22T06:39:16.383Z","avatar_url":"https://github.com/nitrogenez.png","language":"C++","readme":"\u003cimg align=\"center\" src=\"assets/Gaffer_Banner.svg\"\u003e\u003c/img\u003e\n\u003ch3 align=\"center\"\u003eGaffer: A project manager for modern C++\u003c/h3\u003e\n\n![Build](https://img.shields.io/github/actions/workflow/status/nitrogenez/gaffer/CI.yaml?style=flat-square\u0026logo=github\u0026labelColor=1a0026\u0026color=cc51ff)\n![Commits](https://img.shields.io/github/commit-activity/m/nitrogenez/gaffer?style=flat-square\u0026logo=github\u0026label=Commits%2Fmonth\u0026labelColor=1a0026\u0026color=cc51ff)\n![License](https://img.shields.io/github/license/nitrogenez/gaffer?style=flat-square\u0026color=cc51ff\u0026labelColor=1a0026\u0026label=Licensed%20under)\n![Forks](https://img.shields.io/github/forks/nitrogenez/gaffer?label=Fork%20me!\u0026style=flat-square\u0026labelColor=1a0026\u0026color=cc51ff\u0026logo=github)\n![GitHub contributors](https://img.shields.io/github/contributors-anon/nitrogenez/gaffer?style=flat-square\u0026logo=github\u0026label=Contributors\u0026labelColor=1a0026\u0026color=cc51ff)\n\n## Description\nGaffer is a project manager for modern C++ heavily inspired by Cargo for the Rust programming language. Gaffer aims to be customizable, fast, pretty, and easy to use.\n\n\u003e **NOTE**  \n\u003e Gaffer is currently in alpha and is being actively developed.  \n\u003e If you encounter any bugs, and/or have any proposals, please, [raise an issue](https://github.com/nitrogenez/gaffer/issues/new).\n\n## Contributing\nIf you wish to contribute to Gaffer, there are steps you need to follow:\n\n+ **Step 1**: [Fork the gaffer repository](https://github.com/nitrogenez/gaffer/fork)\n+ **Step 2**: Start a new branch, e.g `git checkout -b feature/cool_feature`\n+ **Step 3**: Make your changes\n+ **Step 4**: Commit your changes, e.g `git commit -m \"feature: added cool feature\"`\n+ **Step 5**: [Open a merge request](https://github.com/nitrogenez/gaffer/compare)\n+ **Step 6**: Wait for the Gaffer maintainers to review your request\n+ **Step 7**: There's no step seven\n\n## Code styling\nThere are no any rules on what the code should look like.  \nWrite it as you feel to be writing. Just use a 4-space identation, and you are GTG.\n\n## Building\nGaffer uses `meson` as a build system, at the moment, so just use two simple commands:\n\n+ `meson setup build`\n+ `meson compile -C build`\n\n## License\nGaffer is licensed under **BSD-3-Clause \"New\" or \"Revised\" License**. See [LICENSE](LICENSE.md) to know more.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrogenez%2Fgaffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnitrogenez%2Fgaffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnitrogenez%2Fgaffer/lists"}