Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 551 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 551 Bytes

worker-rabbitmq

.NET 6.0 Rabbit MQ Worker Service

Browse source code and install with dotnet-new:

$ dotnet tool install -g x

$ x new worker-rabbitmq ProjectName

Alternatively write new project files directly into an empty repository, using the Directory Name as the ProjectName:

$ git clone https://github.com/<User>/<ProjectName>.git
$ cd <ProjectName>
$ x new worker-rabbitmq