📁 .NET Template
A simple .NET template for new projects with CI/CD, testing, and code quality tooling.
Repository: devantler-tech/dotnet-template
Features
Section titled “Features”- CI/CD pipelines with GitHub Actions
- Publish libraries to GHCR and NuGet
- Test projects and collect coverage with Codecov
- EditorConfig with preferred .NET code style
- Dependency management with Renovate
Getting Started
Section titled “Getting Started”# Clone the templategh repo create my-project --template devantler-tech/dotnet-template --public --clone
# Restore packagescd my-project && dotnet restore