martinthesmith / curl-to-csharp

curl to C# converter

Home Page:https://curl.olsh.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curl to C#

Build status Quality Gate Docker pulls

This ASP.NET Core app converts curl commands to C# code

Demo

https://curl.olsh.me

Run with docker

  1. Run container
docker run -p 8080:80 olsh/curl-to-csharp
  1. Open http://localhost:8080

Run locally

You can grab latest binaries here and run dotnet CurlToCSharp.dll

Build

  1. Install cake
dotnet tool install -g Cake.Tool`
  1. Run build
dotnet cake build.cake

About

curl to C# converter

https://curl.olsh.me

License:MIT License


Languages

Language:C# 91.7%Language:JavaScript 4.3%Language:HTML 3.3%Language:CSS 0.6%Language:Dockerfile 0.2%