.NET Core templates to simplify the new projects and applying best practices.
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
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
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
All documentation can be found on here.
Are you an Arcus user? Let us know and get listed!
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.