CraftersCloud.ReferenceArchitecture.Template
0.1.6
dotnet new install CraftersCloud.ReferenceArchitecture.Template::0.1.6
Install the template locally from source (run in solution root)
dotnet new install .\
Build the nuget package (run in solution root)
dotnet pack Template.csproj -c Release
Install the template locally from nupkg file
dotnet new install "bin\Release\CraftersCloud.ReferenceArchitecture.Template.0.1.3.nupkg"
Install the template from NuGet.org
dotnet new install CraftersCloud.ReferenceArchitecture.Template
If you are not authenticated automatically, add the --interactive argument.
Install specific version of the template from NuGet.org
dotnet new install CraftersCloud.Core.ReferenceArchitecture.Template::VERSION
where VERSION should be replaced with the specific version you want to install, e.g. 2.0.1
Deploy a new solution based on the template:
dotnet new cc-ref-arch --projectName Customer.Project --appProjectName customer-project --friendlyName "Customer Project" --allow-scripts yes
Uninstall the template (when installed from nupkg)
dotnet new uninstall CraftersCloud.ReferenceArchitecture.Template
Uninstall the template (when installed from local source)
dotnet new uninstall .\
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.