relax-a-bit
v1.0.0
Published
Take a break and rest your eyes while your node modules are installing
Downloads
6
Readme
Take a break
Take a short break and relax while the node modules are installing and your screen brightness is set to zero.

Install
npm install -g relax-a-bit
Usage
Run your commands prefixed with relax.
Example
relax npm install
relax npm test
relax gulp build
Or add it to package.json:
"scripts": {
"test": "relax ava",
"build": "relax babel src -d lib"
}