Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 395 Bytes

readme.md

File metadata and controls

27 lines (18 loc) · 395 Bytes

Curl2ab

Convert your cURL command to ab

Install

Local

docker compose up
# or without docker
npm install && npm run start

Go to localhost:1234

Production

docker compose run app npm run build
# or without docker
npm run build

Credits

Inspired by curltoab