UNPKG

delay-cli

Version:

Delay execution for a given amount of seconds

28 lines (17 loc) 403 B
# delay-cli > Delay execution for a given amount of seconds Similar to the [`sleep`](https://en.wikipedia.org/wiki/Sleep_(Unix)) command, but cross-platform. ## Install ```sh npm install --global delay-cli ``` ## Usage ``` $ delay --help Usage $ delay <seconds> Example $ delay 4.3 && echo 🦄 ``` ## Related - [delay](https://github.com/sindresorhus/delay) - API for this module