https://github.com/mintplayer/mintplayer.aspnetcore.templates
https://github.com/mintplayer/mintplayer.aspnetcore.templates
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mintplayer/mintplayer.aspnetcore.templates
- Owner: MintPlayer
- License: apache-2.0
- Created: 2022-06-23T19:48:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T11:46:10.000Z (about 2 years ago)
- Last Synced: 2025-07-06T14:42:22.913Z (12 months ago)
- Language: C#
- Size: 1.16 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MintPlayer.AspNetCore.Templates
This repository contains .NET templates with an initial IdentityServer setup.
## Version info
| License | Build status | Package | Downloads |
|---------|--------------|---------|-----------|
| [](https://lbesson.mit-license.org/) | [](https://github.com/MintPlayer/MintPlayer.AspNetCore.Templates/actions/workflows/publish-master.yml) | [](https://www.nuget.org/packages/MintPlayer.AspNetCore.IdentityServer.Templates) | [](https://www.nuget.org/packages/MintPlayer.AspNetCore.IdentityServer.Templates) |
## Installing the templates
dotnet new --install MintPlayer.AspNetCore.IdentityServer.Templates
## Updating the installed template packages
You should be able to update the .NET templates using the following command:
dotnet new update
## Creating new projects
Create a new folder and CD inside it
mkdir OauthProvider && cd OauthProvider
Generate a new project using one of the templates
dotnet new id-provider
dotnet new id-application
## About .NET Templating
Some stuff is explained in the [following readme](https://github.com/dotnet/templating/wiki/Conditional-processing-and-comment-syntax#razor-views)