Curlconverter Versions Save

Transpile curl commands into Python, JavaScript and 27 other languages

v4.0.0-alpha.5

2 years ago

This release undoes the Node 14.8+ requirement when running curlconverter under Node.

v4.0.0-alpha.4

2 years ago

Pre-release of curlconverter 4 which

  • uses tree-sitter to parse bash
  • changes the command line interface to act as a drop-in replacement for curl: Previously you would pass the command as a single string curlconverter --language browser 'curl -X POST example.com', now you would do curlconverter --language browser -X POST example.com
  • makes Node 14.8 the minimum supported version