https://github.com/kinneko-de/sample-dotnet-template
This sample projects demonstrate how to create, publish and use dotnet templates. The example includes a project template for a Protobuf API. The template is available for the language C#.
https://github.com/kinneko-de/sample-dotnet-template
api code-generation dotnet dotnetnew framework project-template protobuf template
Last synced: about 1 year ago
JSON representation
This sample projects demonstrate how to create, publish and use dotnet templates. The example includes a project template for a Protobuf API. The template is available for the language C#.
- Host: GitHub
- URL: https://github.com/kinneko-de/sample-dotnet-template
- Owner: KinNeko-De
- License: mit
- Created: 2025-02-27T19:44:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-23T10:58:58.000Z (about 1 year ago)
- Last Synced: 2025-03-23T11:30:06.897Z (about 1 year ago)
- Topics: api, code-generation, dotnet, dotnetnew, framework, project-template, protobuf, template
- Language: Shell
- Homepage: https://medium.com/@kinneko-de/d09447c9b892
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sample dotnet template
This sample projects demonstrate how to create, publish and use dotnet templates.
The example includes a project template for a Protobuf API. The template is available for the language C#.
Read my [article](https://medium.com/@kinneko-de/d09447c9b892) for context and explanation