/curl-to-python

webapp based on curlconverter/curlconverter

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

A static Web app for showing off curlconverter

curlconverter uses tree-sitter for Bash parsing, which adds some complexity to deployment because we have to copy the generated WASM files from node_modules/ to serve them. See webpack.config.js for details.

Running locally

npm install
npm start