KingMetal.Orleans.Solution.Template
1.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install KingMetal.Orleans.Solution.Template::1.0.2
This package contains a .NET Template Package you can call from the shell/command line.
KingMetal Project Template
Installation via dotnet new template
dotnet new -i KingMetal.Orleans.Solution.Template::1.0.x
Create new project:
dotnet new king-sln --name "HsCrm" --dbTPrefix "hc_" --appName "crm" --connectionString "Your ConnectionString"
Project template options:
--name: [string value] for project name
--dbTPrefix: [string value] The prefix of DataBase table(for example: [gi_]).
--connectionString: [string value] The ConnectionString of DataBase.
--appName: [string value] The short name of application(for example: [crm|order|cart...]).
Running in Visual Studio
- Set Startup projects:
- xxx.Presentation.Host
- xxx.Presentation.Api
This package has 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 |
---|---|---|
2.0.56 | 948 | 2/26/2024 |
2.0.53.4 | 250 | 2/23/2024 |
2.0.53.3 | 184 | 2/23/2024 |
2.0.53.2 | 171 | 2/23/2024 |
2.0.53.1 | 182 | 2/23/2024 |
2.0.53 | 200 | 2/23/2024 |
1.0.13 | 659 | 8/17/2023 |
1.0.12 | 304 | 8/17/2023 |
1.0.11 | 313 | 8/17/2023 |
1.0.10 | 340 | 8/16/2023 |
1.0.9 | 306 | 8/16/2023 |
1.0.8 | 312 | 8/16/2023 |
1.0.7 | 312 | 8/16/2023 |
1.0.6 | 303 | 8/16/2023 |
1.0.5 | 445 | 3/28/2023 |
1.0.4 | 363 | 2/2/2023 |
1.0.3 | 275 | 2/2/2023 |
1.0.2 | 319 | 2/2/2023 |
1.0.1 | 286 | 2/2/2023 |
1.0.0 | 288 | 2/2/2023 |
Initial release.