Skip to content

Collection of .NET templates & tooling to get started very easily.

License

Notifications You must be signed in to change notification settings

tomkerkhove/arcus.templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcus Templates

Build Status NuGet Badge

.NET Core templates to simplify the new projects and applying best practices.

Arcus

Installation

Web API Template

We provide a template to build Web APIs. (docs)

First, install the template:

> dotnet new --install Arcus.Templates.WebApi

When installed, the template can be created with shortname: arcus-webapi:

> dotnet new arcus-webapi --name Arcus.Demo.WebAPI

Azure Service Bus Queue Worker Template

We provide a template to build worker projects with a Azure Service Bus message pump. (docs)

First, install the template:

> dotnet new --install Arcus.Templates.SerivceBus.Queue

When installed, the template can be created with shortname: arcus-servicebus-queue:

> dotnet new arcus-servicebus-queue --name Arcus.Demo.ServiceBus.Queue

Azure Service Bus Topic Worker Template

We provide a template to build worker projects with a Azure Service Bus message pump. (docs)

First, install the template:

> dotnet new --install Arcus.Templates.ServiceBus.Topic

When installed, the template can be created with shortname: arcus-servicebus-topic:

> dotnet new arcus-servicebus-topic --name Arcus.Demo.ServiceBus.Topic

Documentation

All documentation can be found on here.

Customers

Are you an Arcus user? Let us know and get listed!

License Information

This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.

About

Collection of .NET templates & tooling to get started very easily.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.0%
  • Dockerfile 1.0%