DeployBit.Templates 0.5.2

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet new install DeployBit.Templates::0.5.2
This package contains a .NET Template Package you can call from the shell/command line.

Install with

dotnet new install DeployBit.Templates

Create a new project with

dotnet new deploybit-starterkit -n MyAwesomeApplication -o MyAwesomeApplication

If you haven't already, install libman (recommended globally)

dotnet tool install -g libman

Go into the root folder, in this example MyAwesomeApplication, and update client library dependencies:

libman restore

Add a .env file in the root of the AppHost project and add all the environment variables there:

  • Auth0
    • Domain
    • ClientId

Make sure you add the .env file to your .gitignore as this file should not be committed to source control.

Look for TODOs as they will point you to the next steps.

Run the application!

  • net8.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
0.6.1-preview.2 27 6/27/2024
0.6.1-preview.1 23 6/27/2024
0.5.2 34 6/27/2024
0.5.1 25 6/27/2024
0.5.0 29 6/27/2024
0.4.0 31 6/27/2024
0.3.2-preview.1 28 6/26/2024
0.3.1 35 6/26/2024
0.3.1-preview.1 23 6/26/2024
0.3.0 29 6/26/2024
0.2.0 34 6/25/2024
0.1.0 33 6/25/2024
0.0.3 38 6/25/2024
0.0.3-preview.2 29 6/25/2024