KingMetal.Orleans.Solution.Template
1.0.0
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.0
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.0
Create new project:
dotnet new king-sln --name "HsCrm" --dbTPrefix "hc_" --appName "crm" --port 5003 --connectionString "Server=127.0.0.1;Port=5432;Database=huangs_xxx;User Id=huangs_xxx;Password=pwd;Pooling=true;MaxPoolSize=100;"
Project template options:
--name: [string value] for project name
--dbTPrefix: [string value] The prefix of DataBase table(for example: ��gi_��).
--appName: [string value] The short name of application(for example: ��crm��order��cart...��).
--port: [int value] The http port of the web api (for example: 5000).
--connectionString: [string value] The ConnectionString of DataBase.
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 | 962 | 2/26/2024 |
2.0.53.4 | 259 | 2/23/2024 |
2.0.53.3 | 190 | 2/23/2024 |
2.0.53.2 | 177 | 2/23/2024 |
2.0.53.1 | 188 | 2/23/2024 |
2.0.53 | 206 | 2/23/2024 |
1.0.13 | 665 | 8/17/2023 |
1.0.12 | 310 | 8/17/2023 |
1.0.11 | 319 | 8/17/2023 |
1.0.10 | 346 | 8/16/2023 |
1.0.9 | 312 | 8/16/2023 |
1.0.8 | 318 | 8/16/2023 |
1.0.7 | 318 | 8/16/2023 |
1.0.6 | 309 | 8/16/2023 |
1.0.5 | 452 | 3/28/2023 |
1.0.4 | 369 | 2/2/2023 |
1.0.3 | 281 | 2/2/2023 |
1.0.2 | 325 | 2/2/2023 |
1.0.1 | 292 | 2/2/2023 |
1.0.0 | 294 | 2/2/2023 |
Initial release.