KingMetal.Orleans.Solution.Template 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet new install KingMetal.Orleans.Solution.Template::1.0.1
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 "gt_" --appName "crm" --port 5003 --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...]).
--port: [int value] The http port of the web api (for example: [5000]).
--siloPort: [int value] The Silo Port of the Silo Host (for example: 7210).
--gatewayPort: [int value] The Gateway Port of the Silo Host (for example: 20110).
--dashboardPort: [int value] The Dashboard Port of the Orleans (for example: 31520).

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 803 2/26/2024
2.0.53.4 203 2/23/2024
2.0.53.3 140 2/23/2024
2.0.53.2 117 2/23/2024
2.0.53.1 143 2/23/2024
2.0.53 153 2/23/2024
1.0.13 612 8/17/2023
1.0.12 253 8/17/2023
1.0.11 273 8/17/2023
1.0.10 302 8/16/2023
1.0.9 260 8/16/2023
1.0.8 274 8/16/2023
1.0.7 259 8/16/2023
1.0.6 264 8/16/2023
1.0.5 420 3/28/2023
1.0.4 343 2/2/2023
1.0.3 249 2/2/2023
1.0.2 297 2/2/2023
1.0.1 261 2/2/2023
1.0.0 261 2/2/2023

Initial release.