{"id":18230378,"url":"https://github.com/benc-uk/project-starter","last_synced_at":"2026-03-19T03:28:00.524Z","repository":{"id":75891023,"uuid":"332431177","full_name":"benc-uk/project-starter","owner":"benc-uk","description":"A base template to be used for any project","archived":false,"fork":false,"pushed_at":"2024-03-23T15:27:00.000Z","size":45,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-20T19:52:49.487Z","etag":null,"topics":["opensource","project","template"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/benc-uk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2021-01-24T11:24:16.000Z","updated_at":"2024-08-01T04:56:54.000Z","dependencies_parsed_at":"2025-02-14T06:35:42.430Z","dependency_job_id":"439ca759-2c56-4816-a734-843e54e04557","html_url":"https://github.com/benc-uk/project-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/benc-uk/project-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benc-uk%2Fproject-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benc-uk%2Fproject-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benc-uk%2Fproject-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benc-uk%2Fproject-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benc-uk","download_url":"https://codeload.github.com/benc-uk/project-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benc-uk%2Fproject-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29373837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["opensource","project","template"],"created_at":"2024-11-04T11:03:56.752Z","updated_at":"2026-02-12T17:03:03.163Z","avatar_url":"https://github.com/benc-uk.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meta Instructions - REMOVE THIS PART\n\nAfter duplicating or using this template\n\n- `rm -rf .git`\n- Remove directories not required\n- Update readme\n- Update LICENSE date \u0026 name\n- Update makefile, and uncomment suggested commands\n- Update / remove contents of api directory\n- Edit .github/workflows\n- Place code in src\n- Use sample configs for linting and other tools in sample folder\n\n# Project Title\n\nPurpose and description of this project\n\nGoals:\n\n- Make a thing\n- Do a thing\n\nUse cases \u0026 key features:\n\n- Something\n- Something else\n\nSupporting technologies and libraries:\n\n- Stuff\n- Things\n\n\u003c!-- Note! Change benc-uk/project-starter for the real repo!! --\u003e\n\u003c!-- See https://shields.io/ for more --\u003e\n\n![](https://img.shields.io/github/license/benc-uk/project-starter)\n![](https://img.shields.io/github/last-commit/benc-uk/project-starter)\n![](https://img.shields.io/github/release/benc-uk/project-starter)\n![](https://img.shields.io/github/checks-status/benc-uk/project-starter/main)\n![](https://img.shields.io/github/workflow/status/benc-uk/project-starter/CI%20Build?label=ci-build)\n![](https://img.shields.io/github/workflow/status/benc-uk/project-starter/Release%20Assets?label=release)\n\n# Table Of Contents\n\nOptional. Remove TOC for smaller projects\n\n# Getting Started\n\n## Installing / Deploying\n\n- If the project can be installed (such as a command line tool or library)\n- Or deployed to Kubernetes, public cloud etc\n\n## Running as container\n\nNotes on running the project from Docker image / container\n\n## Running locally\n\nNotes on running the project locally, including pre-reqs\n\n# Architecture\n\nOptional. Diagram or description of the overall system architecture, only where applicable.\n\n# Screenshots\n\nOptional. Screenshots can help convey what the project looks like when running and what it's purpose and use is.\n\n# Configuration\n\nDetails of any configuration files, environmental variables, command line parameters, etc.\n\nFor services\n| Setting / Variable | Purpose | Default |\n| ------------------ | ------------------------------------------- | ------- |\n| PORT | Port the server will listen on. | 8000 |\n| SOMETHING | Some very important setting. **_Required_** | _None_ |\n| SOMETHING_ELSE | Some less important setting | \"foo\" |\n\nExample for CLI tools\n\n```bash\n./foo-tool --help\n\nOptions:\n  -p, --preset \u003cpresetName\u003e       Skip prompts and use saved or remote preset\n  -d, --default                   Skip prompts and use default preset\n```\n\n# Repository Structure\n\nA brief description of the top-level directories of this project is as follows:\n\n```c\n/api        - Details of the API specification \u0026 docs\n/build      - Build configuration e.g. Dockerfiles\n/charts     - Helm charts\n/deploy     - Deployment and infrastructure as code, inc Kubernetes\n/scripts    - Bash and other supporting scripts\n/src        - Source code\n/test       - Testing, mock data and API + load tests\n```\n\n# API\n\nSee the [API documentation](./api/) for full infomration about the API(s).  \nOptional. Delete this section if project as no API.\n\n# Known Issues\n\nList any known bugs or gotchas.\n\n# Change Log\n\nSee [complete change log](./CHANGELOG.md)\n\n# License\n\nThis project uses the MIT software license. See [full license file](./LICENSE)\n\n# Acknowledgements\n\nOptional. Put acknowledgements and credits here, if any\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenc-uk%2Fproject-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenc-uk%2Fproject-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenc-uk%2Fproject-starter/lists"}