Skip to content

ahivert/curl2ab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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