https://github.com/imolorhe/curlup
Parse cURL commands.
https://github.com/imolorhe/curlup
curl parser
Last synced: 8 months ago
JSON representation
Parse cURL commands.
- Host: GitHub
- URL: https://github.com/imolorhe/curlup
- Owner: imolorhe
- Created: 2018-05-22T19:35:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T09:26:43.000Z (over 7 years ago)
- Last Synced: 2025-05-16T19:45:56.265Z (9 months ago)
- Topics: curl, parser
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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');
```