1.0.1 • Published 7 years ago

rest-your-eyes v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Rest your eyes while your command runs

Instead of opening twitter/reddit, rest your eyes!

Your screen will become bright again when the command finishes.

rest your eyes

Install

npm install -g rest-your-eyes

Usage

Run your commands prefixed with rest.

Example

rest npm install

rest npm test

rest gulp build

Or add it to package.json:

"scripts": {
  "test": "rest ava",
  "build": "rest babel src -d"
}
1.0.1

7 years ago

1.0.0

7 years ago

0.9.0

7 years ago