Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ js-releases is a handy tool for downloading and verifying packages from releases
- verify the SHASUM and signature
- unpack to a specified directory

## Environment variables

The downloader can be configured with environment variables.
Current available vars:

| Parameter | Description | Default |
| --------------------------- | -------------------------------------------------------- | ------- |
| `HTTP_PROXY`/`http_proxy` | If configured will set the HTTP_PROXY to download with. | - |
| `HTTPS_PROXY`/`https_proxy` | If configured will set the HTTPS_PROXY to download with. | - |

## Usage

```
Expand Down
Loading