Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seclerp/dotnet-template
Cookiecutter-based .NET solution repository skeleton with proper .gitignore, StyleCop.Analyzers and basic CI/CD
https://github.com/seclerp/dotnet-template
cookiecutter cookiecutter-template dotnet dotnet5 nuget stylecop-analyzers
Last synced: 3 months ago
JSON representation
Cookiecutter-based .NET solution repository skeleton with proper .gitignore, StyleCop.Analyzers and basic CI/CD
- Host: GitHub
- URL: https://github.com/seclerp/dotnet-template
- Owner: seclerp
- Created: 2021-05-04T20:04:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T21:44:53.000Z (11 months ago)
- Last Synced: 2024-05-01T17:06:47.808Z (9 months ago)
- Topics: cookiecutter, cookiecutter-template, dotnet, dotnet5, nuget, stylecop-analyzers
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
### Create a repository from this template
1. Click the big green button `Use this template` or click here.
1. Enter a Repository name and click `Create repository from template`
1. Head over to the created repository and complete the setup.### Complete setup
1. In the a new repository, complete the project setup by editing the `cookiecutter.json` file.
1. Hit cmd + S and then Enter to perform a commit (the commit message doesn't really matter).
1. Wait Setup Repository Action to complete.
1. That's it, easy isn't it?If you have anything to add, please reply in this [Twitter thread]().
---
# What is this all about?On June 6, 2019, [GitHub introduced Repository Templates](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/) giving users an easy way to share boilerplate for their projects. This feature is fantastic, but lacking adoption to my knowledge and opinion for one reason... [Read the full blog post](https://stefanbuck.com/blog/repository-templates-meets-github-actions) to learn how to template new projects using repository templates and GitHub Actions.