{"id":24030805,"url":"https://github.com/mosher-labs/basic-repo-template","last_synced_at":"2026-03-05T04:03:05.243Z","repository":{"id":269181052,"uuid":"906649475","full_name":"Mosher-Labs/basic-repo-template","owner":"Mosher-Labs","description":"🚀 This repository serves as a basic template for creating new repositories. It's designed to be a foundation for structure and organization. 🎯","archived":false,"fork":false,"pushed_at":"2025-11-18T14:07:45.000Z","size":39,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-18T16:10:01.869Z","etag":null,"topics":["axes","devops","infrastructure-as-code","mosher-labs","reliability-engineering","templates","viking"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"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/Mosher-Labs.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":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["benniemosher"]}},"created_at":"2024-12-21T13:59:36.000Z","updated_at":"2024-12-25T13:35:11.000Z","dependencies_parsed_at":"2024-12-21T15:28:33.885Z","dependency_job_id":"3a297014-2c96-407c-8bc3-a01b55a48200","html_url":"https://github.com/Mosher-Labs/basic-repo-template","commit_stats":null,"previous_names":["mosher-labs/basic-repo-template"],"tags_count":4,"template":true,"template_full_name":null,"purl":"pkg:github/Mosher-Labs/basic-repo-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fbasic-repo-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fbasic-repo-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fbasic-repo-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fbasic-repo-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mosher-Labs","download_url":"https://codeload.github.com/Mosher-Labs/basic-repo-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mosher-Labs%2Fbasic-repo-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30109076,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["axes","devops","infrastructure-as-code","mosher-labs","reliability-engineering","templates","viking"],"created_at":"2025-01-08T17:58:39.187Z","updated_at":"2026-03-05T04:03:05.222Z","avatar_url":"https://github.com/Mosher-Labs.png","language":null,"funding_links":["https://github.com/sponsors/benniemosher"],"categories":[],"sub_categories":[],"readme":"# basic-repo-template\n\n![GitHub branch status](https://img.shields.io/github/checks-status/mosher-labs/basic-repo-template/main)\n![GitHub Issues](https://img.shields.io/github/issues/mosher-labs/basic-repo-template)\n![GitHub last commit](https://img.shields.io/github/last-commit/mosher-labs/basic-repo-template)\n![GitHub repo size](https://img.shields.io/github/repo-size/mosher-labs/basic-repo-template)\n![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/mosher-labs/basic-repo-template)\n![GitHub License](https://img.shields.io/github/license/mosher-labs/basic-repo-template)\n![GitHub Sponsors](https://img.shields.io/github/sponsors/mosher-labs)\n\n## Introduction\n\n🚀 This repository serves as a basic template for creating new\nrepositories. It's designed to be a foundation for structure and\norganization. 🎯\n\n### 🌍 Key Features\n\n- 📦 A clean, reusable structure for quick repo setup.\n- 🗣️ Language-specific templates can inherit and extend from this base.\n- 🔄 Easily customizable for various projects and use cases.\n\n### ✨ Perfect for\n\n- Developers looking for a clean start 🛠️\n- Language-specific templates 👨‍💻\n- Seamless repository setup for quick deployments ⚡\n\nFeel free to fork, extend, and contribute! 🤝\n\n## Usage\n\nTo use this repository template, simply fork the repo.\n\n```bash\ngh repo fork --fork-name \u003cFORK_NAME\u003e --org \u003cORG_NAME\u003e\n```\n\nUpdate the repository settings:\n\n```bash\ngh repo edit --add-topic devops,reliability-engineering,axes \\\n--add-topic infrastructure-as-code,viking,mosher-labs \\\n--delete-branch-on-merge --enable-discussions=false \\\n--enable-issues=false --enable-merge-commit=false \\\n--enable-projects=false --enable-rebase-merge=false \\\n--enable-wiki=false\n```\n\nCreate a ruleset for the default branch.\n\n- Ruleset Name: Default branch\n- Enforcement status: Active\n- Target Branches: Default\n- ✅ Restrict deletions\n- ✅ Require linear history\n- ✅ Require signed commits\n- ✅ Require a pull request before merging\n- ✅ Dismiss stale pull request approvals when new commits are pushed\n- ✅ Require conversation resolution before merging\n- ✅ Request pull request review from Copilot\n- Allowed merge methods: \"Squash\"\n- ✅ Require status checks to pass\n- ✅ Require branches to be up to date before merging\n- ✅ Do not require status checks on creation\n- Status checks that are required: `pre-commit/pre-commit`\n- ✅ Block force pushes\n- ✅ Require code scanning results\n\nEnable Dependabot.\n\n- In Github UI, navigate to the repositories Settings \u003e Code security\n- Enable Dependabot security updates\n- Enable Grouped security updates\n- Enable Dependabot version updates\n- Enable Dependabot on Actions runners\n- CodeQL analysis \u003e Set up \u003e Default\n- Enable Secret scanning\n- Enable Push protection\n\nUpdate the templated information:\n\n### README.md\n\n- [ ] Replace `basic-repo-template` with your `\u003cFORK_NAME\u003e`\n- [ ] Update the \"Introduction\" section\n- [ ] Update the \"Usage\" section\n- [ ] Update the \"Contributing\" section\n\n## 🔰 Contributing\n\nUpon first clone, install the pre-commit hooks.\n\n```bash\npre-commit install\n```\n\nTo run pre-commit hooks locally, without a git commit.\n\n```bash\npre-commit run -a --all-files\n```\n\nTo update pre-commit hooks, this ideally should be ran before a pull request is merged.\n\n```bash\npre-commit autoupdate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosher-labs%2Fbasic-repo-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmosher-labs%2Fbasic-repo-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmosher-labs%2Fbasic-repo-template/lists"}