@goldwasserexchange/write-npmrc
v6.4.0
Published
Writes a .npmrc file in the current directory
Downloads
6
Readme
write-npmrc
Usage
Set NPM_TOKEN and NPM_REGISTRY_URL (optional) environment variables, then in your package.json:
...
"preinstall": "npx @goldwasserexchange/write-npmrc",
...