Skip to content

Get hydrated by running this solo or appending to a watch type of command for reminders at your chosen minute interval.

Notifications You must be signed in to change notification settings

5t3ph/hydrate-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydrate Me

Get hydrated by running this solo or appending to a watch type of command for reminders at your chosen minute interval.

The following will be output in your Terminal at each interval:

-----------------------
9:44:39 PM 💦 Hydrate!
-----------------------

Usage

First, install the package:

npm install hydrate-me

The default --interval is 15 minutes, which you may set to another number to represent a different minute interval.

Then, append it to your watch commands, example with a custom interval;

"start": "your-script --watch & hydrate-me --interval 30"

Or if on Windows or another environment that doesn't support &, also install a utility to help the script run in parallel such as npm-run-all:

"start": "npm-run-all --parallel your-script hydrate",
"hydrate": "hydrate-me --interval 30"

Or install globally to use ad-hoc instead of fully committing.

About

Get hydrated by running this solo or appending to a watch type of command for reminders at your chosen minute interval.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published