Skip to content

[feature]: Add CURL to Code (Fetch/Axios/Requests) Converter #21

@rishima17

Description

@rishima17

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions