patriksvensson / bender

A tool that generates Bicep files from Aspire manifests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bender

A tool that generates Bicep files from Aspire manifests.

Building

We're using Cake as a dotnet tool for building. So make sure that you've restored Cake by running the following in the repository root:

> dotnet tool restore

After that, running the build is as easy as writing:

> dotnet cake

About

A tool that generates Bicep files from Aspire manifests.

License:MIT License


Languages

Language:C# 100.0%