Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/imolorhe/curlup
- Owner: imolorhe
- Created: 2018-05-22T19:35:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-12T09:26:43.000Z (about 6 years ago)
- Last Synced: 2024-05-02T04:38:13.975Z (6 months ago)
- Topics: curl, parser
- Language: JavaScript
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- 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');
```