if-env
if-env copied to clipboard
Simplify npm scripts with `if-env ... && npm run this || npm run that`
HI, I would like to implement this module in husky. I am using a package called [post-npm-install](https://github.com/jonathantneal/post-npm-install) to automatically update dependencies on merge or rebase. I do not want to...
The only difference from the example I see is not using nom run (and setting the env value) in: ` "test" : "NODE_ENV='production' && if-env NODE_ENV==production && echo 'prod' $NODE_ENV...
https://github.com/mysticatea/npm-run-all/compare/52eaf86242ba408dedd015f53ca7ca368f25a026...1b41ac569987c96e224f940ff59f9699322c7824 https://github.com/dominictarr/event-stream/issues/115
- [x] Use nyc. - [x] Add badges. - [x] Publish results when tests pass. - [ ] Abstract `bin/if-env.js` into separate file for coverage (nyc/issues#55).