Belp.Templates 1.0.0

dotnet new install Belp.Templates::1.0.0
This package contains a .NET Template Package you can call from the shell/command line.

Belp.Templates

Project License Latest NuGet Release

Provides templates for MSBuild projects and other files.

Available Item Templates

Directory.Build.props

Short Name: dbprops

Options

None

Directory.Build.targets

Short Name: dbtargets

Options

None

Project Item

Short Name: proj

Options
  • --sdk <sdk> (Optional): Specifies the SDK to put in <Project Sdk="...">.

Available Project Templates

None

Installation

Prequisites

  • Install .NET 6 SDK or above.

Install using .NET CLI(NuGet)

  1. Open a terminal.
  2. Run dotnet new install Belp.Templates.

Install using .NET CLI(GitHub)

  1. Download the .nupkg from GitHub Releases.
  2. Open a terminal.
  3. Locate and navigate to the package.
  4. Run dotnet new install Belp.Templates.VERSION.nupkg.

Uninstallation

  1. Open a terminal.
  2. Run dotnet new uninstall Belp.Templates.

Usage

Use from .NET CLI

  1. Open a terminal.
  2. Navigate to the desired directory.
  3. Run dotnet new <Desired Template>. For example, dotnet new dbprops to create a new Directory.Build.props file.

Use from Visual Studio

Note: only project templates can be used from Visual Studio at the moment.

  1. Open Visual Studio 2022 or later.
  2. Click on "Create a new project".
  3. Find the desired project template.
  4. Fill out the requested fields.

License

This work is licensed under MIT.

  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 835 1/16/2023