This repository contains a template to seed a repository for an Aspire Open Source project.
Prior to submitting your request for publication, make sure to review the Open Source guidelines for publications.
- Mergify is configured. You can edit or remove .mergify.yml.
The following is the template for the final README.md file:
- execute :
dotnet new install <NUGET_PACKAGE_ID>
- git clone the template project
- go to root folder
If you want to install the template from source directly :
- execute
dotnet new install .\template\
- you can uninstall with the command
dotnet new uninstall .\template\
If you want to install the template from local nuget (just to confirm the end to end creation):
- execute
dotnet pack
- execute
dotnet new install ./bin/release/nventive.Template.1.0.0.nupkg
- uninstall command :
dotnet new uninstall nventive.Templates.Aspire
- execute
dotnet new nv-aspire -n MyApp
- follow the project readme.md