sleepx
v1.0.2
Published
> ⏱ Sleep-like command, multiple OSes
Downloads
3
Maintainers
Readme
sleepx
⏱ Run the same sleep-like command in multiple OSes
- Same syntax as Unix's
sleep
- Runs on any OS that NodeJS runs
- Works with NodeJS 8+
- No external dependencies
Install
$ npm i -g sleepx
Usage
Sleep for 5 seconds:
$ sleepx 5
Sleep for 5 hours:
$ sleepx 5h
Sleep for 5 days:
$ sleepx 5d
Other:
$ sleepx --version
$ sleepx --help