{"id":48934141,"url":"https://github.com/marcuwynu23/git-community-standards","last_synced_at":"2026-04-17T11:00:47.314Z","repository":{"id":351973601,"uuid":"1213292005","full_name":"marcuwynu23/git-community-standards","owner":"marcuwynu23","description":"CLI tool to apply standard community files to a GitHub repository from a shared template source.","archived":false,"fork":false,"pushed_at":"2026-04-17T09:37:50.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-17T10:35:13.675Z","etag":null,"topics":["code-of-conduct","community-standars","contributing","funding","git","github","guidelines","license","release-notes"],"latest_commit_sha":null,"homepage":"","language":"Go","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/marcuwynu23.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://paypal.me/wynumarcu23"]}},"created_at":"2026-04-17T08:24:28.000Z","updated_at":"2026-04-17T09:33:46.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/marcuwynu23/git-community-standards","commit_stats":null,"previous_names":["marcuwynu23/git-community-standards"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/marcuwynu23/git-community-standards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcuwynu23%2Fgit-community-standards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcuwynu23%2Fgit-community-standards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcuwynu23%2Fgit-community-standards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcuwynu23%2Fgit-community-standards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcuwynu23","download_url":"https://codeload.github.com/marcuwynu23/git-community-standards/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcuwynu23%2Fgit-community-standards/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31926260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"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":["code-of-conduct","community-standars","contributing","funding","git","github","guidelines","license","release-notes"],"created_at":"2026-04-17T11:00:29.261Z","updated_at":"2026-04-17T11:00:47.304Z","avatar_url":"https://github.com/marcuwynu23.png","language":"Go","funding_links":["https://paypal.me/wynumarcu23"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# git-community-standards\n\nCLI tool to apply standard community files to a GitHub repository from a shared template source.\n\n[![Test](https://img.shields.io/github/actions/workflow/status/marcuwynu23/git-community-standards/test.yml?branch=main\u0026label=test)](https://github.com/marcuwynu23/git-community-standards/actions/workflows/test.yml)\n[![Release](https://img.shields.io/github/actions/workflow/status/marcuwynu23/git-community-standards/release.yml?label=release)](https://github.com/marcuwynu23/git-community-standards/actions/workflows/release.yml)\n[![Latest Release](https://img.shields.io/github/v/release/marcuwynu23/git-community-standards)](https://github.com/marcuwynu23/git-community-standards/releases)\n[![License](https://img.shields.io/github/license/marcuwynu23/git-community-standards)](./LICENSE)\n[![Go Version](https://img.shields.io/badge/go-1.23%2B-00ADD8)](https://go.dev/)\n\n\u003c/div\u003e\n\n## Overview\n\n`git-community-standards` helps keep repository governance docs consistent by downloading and writing common files such as:\n\n- `README.md`\n- `CONTRIBUTING.md`\n- `CODE_OF_CONDUCT.md`\n- `RELEASE-NOTES.md`\n- `LICENSE` (when available in source)\n- `SECURITY.md` (when available in source)\n- `.github/FUNDING.yml`\n- `.github/ISSUE_TEMPLATE/*`\n- `.github/PULL_REQUEST_TEMPLATE.md`\n\nThe tool supports safe default behavior (skip existing files) and explicit override mode.\n\n## Installation\n\n### Build from source\n\n```bash\ngit clone https://github.com/marcuwynu23/git-community-standards.git\ncd git-community-standards\ngo build -o git-community-standards .\n```\n\nOn Windows, build `git-community-standards.exe`.\n\n### Development build with Makefile\n\n```bash\nmake build\n```\n\n## Usage\n\nThis project is designed to be used in git-style form:\n\n```bash\ngit community-standards list\ngit community-standards apply\ngit community-standards apply \u003ccategory\u003e\ngit community-standards apply override\ngit community-standards apply \u003ccategory\u003e override\ngit community-standards --version\ngit community-standards -v\n```\n\nIf you run the binary directly, the same command arguments work without the leading `git`.\n\n### Commands\n\n- `list`: show available categories.\n- `apply`: apply all categories.\n- `apply \u003ccategory\u003e`: apply one category.\n- `override`: replace existing files instead of skipping them.\n\n### Categories\n\n- `root`\n- `github`\n- `issue-templates`\n- `pr-template`\n\n## Development\n\n### Requirements\n\n- Go 1.23+\n- GNU Make (optional, for convenience commands)\n\n### Local checks\n\n```bash\nmake test\nmake build\n```\n\n### Release builds\n\n```bash\nmake release\n```\n\nThis produces binaries in `dist/` for:\n\n- linux/amd64, linux/arm64\n- darwin/amd64, darwin/arm64\n- windows/amd64, windows/arm64\n\n## CI and Releases\n\n- `test.yml` validates tests and cross-platform build checks.\n- `release.yml` runs on tags (`v*`), depends on test workflow, and publishes release assets for all OS/architecture targets.\n\n## Contributing\n\nContributions are welcome. See `CONTRIBUTING.md` for contribution workflow and standards.\n\n## License\n\nSee `LICENSE`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcuwynu23%2Fgit-community-standards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcuwynu23%2Fgit-community-standards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcuwynu23%2Fgit-community-standards/lists"}