KingMetal.Orleans.Solution.Template
1.0.1
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.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 | 945 | 2/26/2024 |
2.0.53.4 | 247 | 2/23/2024 |
2.0.53.3 | 182 | 2/23/2024 |
2.0.53.2 | 168 | 2/23/2024 |
2.0.53.1 | 179 | 2/23/2024 |
2.0.53 | 197 | 2/23/2024 |
1.0.13 | 657 | 8/17/2023 |
1.0.12 | 302 | 8/17/2023 |
1.0.11 | 311 | 8/17/2023 |
1.0.10 | 338 | 8/16/2023 |
1.0.9 | 304 | 8/16/2023 |
1.0.8 | 310 | 8/16/2023 |
1.0.7 | 310 | 8/16/2023 |
1.0.6 | 301 | 8/16/2023 |
1.0.5 | 443 | 3/28/2023 |
1.0.4 | 361 | 2/2/2023 |
1.0.3 | 273 | 2/2/2023 |
1.0.2 | 317 | 2/2/2023 |
1.0.1 | 284 | 2/2/2023 |
1.0.0 | 285 | 2/2/2023 |
Initial release.