.NET 6.0 Azure Service Bus MQ Worker Service
Browse source code and install with dotnet-new:
$ dotnet tool install -g x
$ x new worker-servicebus 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-servicebus