Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imolorhe/curlup

Parse cURL commands.
https://github.com/imolorhe/curlup

curl parser

Last synced: 24 days ago
JSON representation

Parse cURL commands.

Awesome Lists containing this project

README

        

## Curlup

Parses cURL command into a JavaScript object.

### Usage

```js
import { parseCurl } from 'curlup';

const parsed = parseCurl('curl -o website https://domain.com');
```