Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beatfreaker/is-reachable-cli

Check if hostnames are reachable or not
https://github.com/beatfreaker/is-reachable-cli

Last synced: about 2 months ago
JSON representation

Check if hostnames are reachable or not

Awesome Lists containing this project

README

        

# is-reachable-cli

> Check if hostnames are reachable or not

## Install

```
> npm install is-reachable-cli --global
```

## Usage

```
> is-reachable --help

Example
> is-reachable beatfreaker.github.io
✔ ︎Reachable
```

## Related

[is-reachable](https://github.com/sindresorhus/is-reachable/) - This CLI utility uses API of this module.

## License

MIT © [Chintan Radia](http://beatfreaker.github.io/)