Skip to content

nventive/cloud-template

Folders and files

NameName
Last commit message
Last commit date
Dec 4, 2024
Feb 20, 2025
Feb 20, 2025
Jul 11, 2024
Nov 7, 2024
Jul 11, 2024
Jul 11, 2024
Jul 11, 2024
Nov 7, 2024
Jul 11, 2024
Jan 9, 2025

Repository files navigation

Open Source Project Template

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.

Features (to keep as-is, configure or remove)

The following is the template for the final README.md file:

Usage

Install template from nuget.org (Not yet available)

  • execute : dotnet new install <NUGET_PACKAGE_ID>

Install template from source

  • 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

Create new project

  • Run the following command. Ensure that the name you provide (replacing MyApp) contains only letters and numbers :
 dotnet new nv-aspire -n MyApp [--appInsights]
  • follow the project readme.md

Options

  • --appInsights

Adds App Insights integration with automatic provisioning.