This ASP.NET Core app converts curl commands to C# code
- Run container
docker run -p 8080:80 olsh/curl-to-csharp
You can grab latest binaries here and run dotnet CurlToCSharp.dll
- Install cake
dotnet tool install -g Cake.Tool`
- Run build
dotnet cake build.cake