Inheritable Multiple Environment Configuration for Any Language
curl -s https://registry.npmjs.org/menv-wrapper/-/menv-wrapper-1.3.0.tgz |tar zx package/menv --strip-components=1
./menv
git add -f menv .gitignore
git commit -m 'add menv'
git push
example: https://github.com/yinrong/menv/tree/master/test/conf
- Source config files must be located at "./conf/".
- Output config files are located at "./build/conf/".
./menv build
./menv echo <env> <path>
npm i -g menv
example: https://github.com/yinrong/menv/tree/master/test/conf
- Source config files must be located at "./conf/".
- Output config files are located at "./build/conf/".
menv build
menv echo <env> <path>