# 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
