Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/altipla-consulting/setup-private-npm

Setup private NPM configuration in CI environments.
https://github.com/altipla-consulting/setup-private-npm

Last synced: about 1 month ago
JSON representation

Setup private NPM configuration in CI environments.

Awesome Lists containing this project

README

        

# setup-private-npm

Setup private NPM configuration in CI environments.

## Usage

Add a new script to the install process:

```json
{
"scripts": {
"preinstall": "npx -y @altipla/setup-private-npm"
}
}
```

Any of these environment variables will be configured in the `.npmrc` file if present:

| Variable |
|----------|
| `FONTAWESOME_TOKEN` |
| `GITHUB_TOKEN` |
| `NPM_TOKEN` |