npmrc-replace-env
Advanced tools
Comparing version
{ | ||
"name": "npmrc-replace-env", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A utility for generating .npmrc files based on configuration template and environment variables.", | ||
@@ -33,6 +33,14 @@ "license": "MIT", | ||
"bugs": "https://github.com/dennzimm/npmrc-replace-env/issues", | ||
"keywords": [ | ||
"c": [ | ||
"npmrc", | ||
"npmrc-generator", | ||
"config-template", | ||
"configuration", | ||
"config", | ||
"generator", | ||
"config" | ||
"environment-variables", | ||
"env", | ||
"devops", | ||
"utility", | ||
"cli" | ||
], | ||
@@ -39,0 +47,0 @@ "scripts": { |
@@ -20,8 +20,12 @@ # npmrc-replace-env | ||
Install the package using npm: | ||
```bash | ||
npm install npmrc-replace-env | ||
yarn add npmrc-replace-env | ||
pnpm add npmrc-replace-env | ||
``` | ||
**Note**: While installing the package is an option, it's important to highlight that it is not required for using the utility. The utility can be directly invoked using npx without installing the package. | ||
## Usage | ||
@@ -35,3 +39,3 @@ | ||
This will generate a `.npmrc` file based on the configuration provided in a file named `.npmrc.config`. | ||
This will generate a `.npmrc` file (or override any existing `.npmrc` files) based on the configuration provided in a file named `.npmrc.config`. | ||
@@ -38,0 +42,0 @@ ## Configuration |
13805
3.08%88
4.76%