Skip to content

cilerler/burcin

Repository files navigation

Burcin

Open in Visual Studio Code

ci

The template will change all Burcin words under the dist folder to the folder name.

Install

# retrieves latest
dotnet new install "Burcin.Templates.CSharp"

# retrieves a specific version with source definition
dotnet new install "Burcin.Templates.CSharp::1.2.21" --nuget-source https://api.nuget.org/v3/index.json

Update

Warning

It looks like --update-* commands are not working (4/22/2020)

# checks if tere is an update
dotnet new "Burcin.Templates.CSharp" --update-check
# applies if tere is an update
dotnet new "Burcin.Templates.CSharp" --update-apply

Uninstall

dotnet new uninstall "Burcin.Templates.CSharp"

Help

dotnet new burcin --help

Run

cd "<PATH>"; #e.g. C:\Users\<USERNAME>\Source\local\<MYPROJECT>

dotnet new burcin --WebApiApplication --HealthChecks --Swagger --BlazorApplication --ConsoleApplication --OData --WindowsService --BackgroundService --EntityFramework --DatabaseName "ChangeMe" --TestFramework --DocFx --DockerSupport --SerilogSupport --NugetSourceGitHub --NugetSourceAzureDevOps --VsCodeDirectory --GitHubTemplates --Cache "All" --Authors "ChangeMe" --RepositoryUrl "https://github.com/<changeme>/burcin" --SkipRestore;