-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
Summary
Enable developers to paste a curl command and instantly generate the equivalent code in JavaScript (Fetch/Axios), Python (Requests), or Node.js.
Proposed User Interface
Input Area: Text area for the base curl command.
Target Language Selector: Dropdown menu (JavaScript Fetch, Axios, Python Requests, Go, etc.).
Output Area: Syntactically correct code snippet ready for copy-pasting.
Technical Implementation Details
Logic: Use the curlconverter library to handle the heavy lifting of parsing complex curl flags.
File Path: app/components/developmentToolsComponent/curlToCodeConverter.tsx
make sure to raise PR against develop branch , not main.
Reactions are currently unavailable