Azendoo.Templates.Service
1.0.3
dotnet new install Azendoo.Templates.Service::1.0.3
This package contains a .NET Template Package you can call from the shell/command line.
Options:
- -s|--serviceName Default: Foo
- -d|--dbAddress Default: localhost
- -p|--port Default: 4000
Install command:
dotnet new --install Azendoo.Templates.Service::1.0.3
Create a new service
mkdir FooService
cd FooService
dotnet new az-template -s Foo -d 127.0.0.1 -p 9001
dotnet sln add .\FooService\FooService.csproj
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 3.1.5)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.5)
- MongoDB.Driver (>= 2.10.4)
- Newtonsoft.Json (>= 12.0.3)
- Swashbuckle.AspNetCore (>= 5.5.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.