env-config-generator
v1.0.13
Published
A package to generate .env file based on the service name and environment
Maintainers
Readme
env-config-generator This repository is built to generate static environment configuration files for each service. With these static environment files, we can fetch environment variables through key names from a secret manager.
✅ This package is already published on npm as env-config-generator.
🔧 Making Changes & Publishing to NPM If you're making changes to this package, ensure you publish the updated version to npm. Follow these steps:
Bump the Version Update the version field in package.json. Make sure to append 1 to the existing version (e.g., from 1.0.0 to 1.0.1).
Log in to NPM npm login Enter your credentials when prompted. (saurabhfancraze)
Publish the Package From the root of the repository, run: npm publish
