Flyingdarts.Utility.Templates 1.0.5

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

Flyingdarts.Utility.Templates

Contains project templates for the dotnet-new tools

Installation

Install the dotnet-new templates

dotnet new install Flyingdarts.Utility.Templates

Usage

Generate a boiler plate lambda function project

dotnet new flyinglambda -n Flyingdarts.Backend.Rooms.OnJoin --command JoinRoomCommand
  • net6.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.2.2 4,430 10/6/2023
1.2.1.3 354 5/20/2023
1.2.1.2 121 5/17/2023
1.2.1.1 107 5/16/2023
1.2.1 110 5/16/2023
1.2.0 110 5/16/2023
1.1.0.5 111 5/16/2023
1.1.0.4 109 5/16/2023
1.1.0.3 109 5/16/2023
1.1.0.2 111 5/16/2023
1.1.0.1 111 5/16/2023
1.1.0 121 5/15/2023
1.0.7 223 4/8/2023
1.0.6 150 4/8/2023
1.0.5 154 4/7/2023
1.0.4 153 4/7/2023
1.0.3 155 4/7/2023
1.0.2 155 4/7/2023
1.0.1 150 4/7/2023
1.0.0 154 4/7/2023

Added parameter to dotnet-new command that accepts a name for the MediatR request class.