{"id":29406370,"url":"https://github.com/markstanden/coding-standards","last_synced_at":"2026-04-16T05:31:30.612Z","repository":{"id":286455950,"uuid":"961311909","full_name":"markstanden/coding-standards","owner":"markstanden","description":"A single source of truth for my development project configuration files, workflow templates, and development tools to ensure consistency across projects.","archived":false,"fork":false,"pushed_at":"2025-10-07T07:55:49.000Z","size":84,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T08:35:03.429Z","etag":null,"topics":["c-sharp","coding-standards","dotnet","git-hooks","github-actions"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/markstanden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-06T08:39:29.000Z","updated_at":"2025-10-07T07:55:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca20b5cb-4a56-4a42-bc3b-74284952053e","html_url":"https://github.com/markstanden/coding-standards","commit_stats":null,"previous_names":["markstanden/coding-standards"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/markstanden/coding-standards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstanden%2Fcoding-standards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstanden%2Fcoding-standards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstanden%2Fcoding-standards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstanden%2Fcoding-standards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markstanden","download_url":"https://codeload.github.com/markstanden/coding-standards/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markstanden%2Fcoding-standards/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31872615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["c-sharp","coding-standards","dotnet","git-hooks","github-actions"],"created_at":"2025-07-10T23:20:08.092Z","updated_at":"2026-04-16T05:31:30.603Z","avatar_url":"https://github.com/markstanden.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coding Standards\n\nA single source of truth for my development project configuration files, workflow templates, and development tools to ensure consistency across projects.\n\n## Project Structure\n\n```bash\ncoding-standards/\n└── dotnet/                               # .NET specific standards and tools\n    ├── editorconfig/                     # Code formatting rules\n    ├── directory-build-props/            # Common build properties\n    ├── git-hooks/                        # .NET-specific git hooks\n    ├── workflows/                        # GitHub Actions workflows for .NET\n    └── setup.sh                          # Script to set up all .NET standards\n```\n\n## Getting Started\n\n### As a Submodule\n\nAdd this repository as a submodule to your project:\n\n```bash\ngit submodule add https://github.com/markstanden/coding-standards .coding-standards\n```\n\n### Using .NET Standards\n\nRun the setup script to configure all .NET standards at once:\n\n```bash\nsudo chmod +x .coding-standards/dotnet/setup.sh\n.coding-standards/dotnet/setup.sh\n```\n\nThis will:\n\n- Add this repository as a submodule to your project:\n- Copy or symlink the `.editorconfig` and `Directory.Build.props` to your project root\n- Set up git hooks for .NET formatting\n- Create a GitHub Actions workflow pipeline file if it doesn't exist\n\n### Manual Setup\n\nThe script essentially automates the following steps:\n\n1. Symlink the `.editorconfig` to your project root:\n\n```bash\nln -s .coding-standards/dotnet/editorconfig/.editorconfig .editorconfig\n```\n\n2. Symlink the `Directory.Build.props` to your project root:\n\n```bash\nln -s .coding-standards/dotnet/directory-build-props/Directory.Build.props Directory.Build.props\n```\n\n3. Set up git hooks:\n\n```bash\n.coding-standards/dotnet/git-hooks/setup-hooks.sh\n```\n\n4. Set up GitHub workflows:\n\n```bash\nmkdir -p .github/workflows\ncp .github/workflows/dotnet/pipeline-example.yml .github/workflows/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkstanden%2Fcoding-standards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkstanden%2Fcoding-standards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkstanden%2Fcoding-standards/lists"}