Skip to content

Kaspiman/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 install && npm run build

Credits

Inspired by curltoab

About

Convert cURL command line to ab (apache bench)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 42.2%
  • Svelte 32.5%
  • HTML 23.7%
  • JavaScript 1.6%