reapply-env
v0.0.2
Published
A tool to reapply and update environment variables in a JavaScript frontend bundle.
Downloads
1
Readme
reapply-env
A tool to reapply and update environment variables in a JavaScript frontend bundle.
- Currently supports: VueJS
Usage:
reapply-env --source dist/app.js --env ".env.prd"
The default output is same as the work, but with
_modified
suffix. If you wish to update to original file, use--overwrite