devdeer.Templates.Solution 3.1.0-beta

This is a prerelease version of devdeer.Templates.Solution.
There is a newer version of this package available.
See the version list below for details.
dotnet new install devdeer.Templates.Solution::3.1.0-beta
This package contains a .NET Template Package you can call from the shell/command line.

Description

This nuget package can be used to initialize a dotnet solution with API and one UI project for web.

Installation

The solution template package can be found at nuget.org. To perform the installation the dotnet cli is required.

dotnet new --install devdeer.Templates.Solution

The valid versions can be found on the nuget package site.

Usage

dotnet new devdeer-sln -P YOUR-PROJECT-NAME -C YOUR-COMPANY-NAME --CompanyShortKey YOUR-COMPANY-SHORT-KEY -o OUTPUT-DIR
  • YOUR-PROJECT-NAME: The name of your solution.
  • YOUR-COMPANY-NAME: The name of your company / organization.
  • YOUR-COMPANY-SHORT-KEY: The abbreviation of your company / organization.
  • net6.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
6.0.0 99 4/24/2024
5.0.0 1,431 2/16/2024
4.0.0 878 1/18/2024
3.1.4-beta 2,346 11/1/2023
3.1.3-beta 769 7/28/2023
3.1.2-beta 450 7/21/2023
3.1.1-beta 569 7/13/2023
3.1.0-beta 437 7/12/2023
3.0.1 534 7/4/2023
3.0.0 415 6/30/2023
2.0.6 595 6/13/2023
2.0.5 666 3/23/2023
2.0.4-beta 512 2/7/2023
2.0.3-beta 578 2/1/2023
2.0.2-beta 536 1/9/2023
2.0.0-beta 633 12/20/2022
1.4.0 689 12/5/2022
1.3.0 604 11/18/2022
1.2.1 831 6/27/2022
1.2.0 670 6/1/2022
1.1.0 825 5/10/2022
1.0.6 751 5/9/2022
1.0.5 703 4/11/2022
1.0.4 749 2/21/2022
1.0.3 669 1/5/2022
1.0.2 553 12/23/2021
1.0.1 606 12/21/2021
1.0.0 724 12/21/2021
0.2.5-beta 594 12/9/2021
0.2.4-beta 1,299 12/1/2021
0.2.2-beta 522 11/29/2021
0.2.1-beta 562 11/19/2021
0.2.0-beta 596 11/12/2021
0.1.17-beta 485 10/22/2021
0.1.16-beta 615 9/28/2021
0.1.15-beta 725 9/16/2021
0.1.13-beta 1,169 8/9/2021
0.1.12-beta 917 7/28/2021
0.1.10-beta 1,796 5/1/2021
0.1.9-beta 706 5/1/2021
0.1.7-beta 721 2/10/2021
0.1.6-beta 660 2/10/2021
0.1.5-beta 561 1/14/2021
0.1.4-beta 730 1/14/2021
0.1.2-beta 686 1/10/2021
0.1.1-beta 713 1/10/2021

- Fixed root readme to be helpful for developers of this package.