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
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)
- Open a terminal.
- Run
dotnet new install Belp.Templates.
Install using .NET CLI(GitHub)
- Download the
.nupkgfrom GitHub Releases. - Open a terminal.
- Locate and navigate to the package.
- Run
dotnet new install Belp.Templates.VERSION.nupkg.
Uninstallation
- Open a terminal.
- Run
dotnet new uninstall Belp.Templates.
Usage
Use from .NET CLI
- Open a terminal.
- Navigate to the desired directory.
- Run
dotnet new <Desired Template>. For example,dotnet new dbpropsto create a new Directory.Build.props file.
Use from Visual Studio
Note: only project templates can be used from Visual Studio at the moment.
- Open Visual Studio 2022 or later.
- Click on "Create a new project".
- Find the desired project template.
- 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 | 1,329 | 1/16/2023 |