This repo contains various examples of how to use the npm package env-cmd.
Clone/fork/download a copy of this repo. Execute npm install at the top level. This will traverse each
example subdirectory and install node_modules in each subdirectory.
To execute all examples simply run npm test from the top level directory.
You can also run individual examples by entering into a directory and running npm run script-name where
script-name is the name of a script found in the corresponding package.json file located in that directory.
If you run into any issues using env-cmd please post them in the env-cmd issues
github repo. This github repo is not frequently monitored. If you find an issue with this repo
you are welcome to create a PR or submit an issue here, but expect possible delays on any response.