BitShifter.LibraryTemplate 1.0.7

dotnet new install BitShifter.LibraryTemplate::1.0.7
This package contains a .NET Template Package you can call from the shell/command line.

Library solution template with unit tests

This project contains a starting library structure and it's distributed as dotnet template via NuGet.org

Install the template from nuget.org

# latest
dotnet new --install BitShifter.LibraryTemplate
# select version
dotnet new --install BitShifter.LibraryTemplate::1.0.1

Create a new library with this template.

dotnet new library -o Company.Product

Available options are:

Library structure with Unit Tests and Docker support (C#)
Autor: Markus Gnigler
Optionen:
  -f|--framework  The target framework for the project.
                      net5.0
                      net6.0
                  Standard: net6.0

  -t|--tests      Add a unit test project.
                  bool - Optional
                  Standard: true

  -p|--pipeline   Choose the test and release pipeline type.
                      github
                      gitlab
                  Standard: github

Folder structure

BitShifter.LibraryTemplate/
|
|– Docs/
|  |- Scripts/
|
|- Src
|   |- BitShifter.LibraryTemplate
|
|- Tests
|   |- BitShifter.LibraryTemplate.Tests
  • net5.0

    • 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
1.0.7 529 7/10/2022
1.0.6 406 7/9/2022
1.0.5 390 7/3/2022
1.0.4 411 4/3/2022
1.0.3 419 3/28/2022
1.0.2 409 3/27/2022
1.0.1 422 3/20/2022