An open API service indexing awesome lists of open source software.

https://github.com/sindresorhus/delay-cli

Delay execution for a given amount of seconds
https://github.com/sindresorhus/delay-cli

cli-app delay nodejs npm-package sleep

Last synced: 11 months ago
JSON representation

Delay execution for a given amount of seconds

Awesome Lists containing this project

README

          

# 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

Example
$ delay 4.3 && echo 🦄
```

## Related

- [delay](https://github.com/sindresorhus/delay) - API for this module