# 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/)