{"id":13344205,"url":"https://github.com/damienstanton/cxx","last_synced_at":"2026-01-21T22:08:47.795Z","repository":{"id":92633876,"uuid":"294531425","full_name":"damienstanton/cxx","owner":"damienstanton","description":"Self contained C++ file starter and build script","archived":false,"fork":false,"pushed_at":"2021-06-01T14:50:48.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T21:58:18.616Z","etag":null,"topics":["cpp","starter","zsh"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damienstanton.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":"2020-09-10T21:58:02.000Z","updated_at":"2021-06-01T14:51:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"44b83d78-63ae-4ab5-8b4c-16091b4194b4","html_url":"https://github.com/damienstanton/cxx","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienstanton%2Fcxx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienstanton%2Fcxx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienstanton%2Fcxx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienstanton%2Fcxx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damienstanton","download_url":"https://codeload.github.com/damienstanton/cxx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243178212,"owners_count":20249067,"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":["cpp","starter","zsh"],"created_at":"2024-07-29T19:32:53.151Z","updated_at":"2026-01-21T22:08:47.744Z","avatar_url":"https://github.com/damienstanton.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cxx\n\nThis is a small script and C++ build template suitable for small programming\nchallenges or proofs of concept.\n\nRequirements:\n- `llvm`\n- `coc-clangd`\n- `bear`\n- `gnu make`\n\n## Usage\n\n- To create a new file from the template:\n\n```console\n$ make new f=xyz.cpp\nNew file \"xyz.cpp\" created from template\n```\n\n- To compile the file\n\n```console\n$ ./build xyz.cpp\nCompiling xyz.cpp...\nExecutable \"xyz\" built without errors\n```\n\n- Running the binary:\n\n```console\n$ ./xyz\nOK\n```\n\n- Clearing out the workspace\n\n```console\n$ make clean\nAll *.cpp files are removed from the workspace\n```\n\n© 2020-2021 Damien Stanton\n\nSee LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienstanton%2Fcxx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamienstanton%2Fcxx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienstanton%2Fcxx/lists"}