package-transform
v1.0.4
Published
a simple tool that has reads your package.json file and replaces it with the contents of a package.config.{ENV}.json file local to package.json
Downloads
5
Maintainers
Readme
node index.js --env dev
will replace .config area of package.json with contents of package.config.{ENV}.json if and only if there is a match.
TODO:
- CLI/bin it.
- Add key values to package.json from package.config.{ENV}.json