Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
curl_args_transform
Deno 1.20+ required (run deno upgrade if not so).
Installation from deno.land
deno install --force --allow-all https://deno.land/x/curl_args_transform/main.ts
Installation from github
git clone git@github.com:d9k/curl_args_transform.git
cd curl_args_transform
deno task install`
``
## Run
`curl_args_transform /path/to/curl/command`
or
`cat /path/to/curl/command | curl_args_transform`
## Running without installation
`deno task run /path/to/curl/command`
or
`cat /path/to/curl/command | deno task run`
## Testing
`deno test`