Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beatfreaker/is-reachable-cli
Check if hostnames are reachable or not
https://github.com/beatfreaker/is-reachable-cli
Last synced: 29 days ago
JSON representation
Check if hostnames are reachable or not
- Host: GitHub
- URL: https://github.com/beatfreaker/is-reachable-cli
- Owner: beatfreaker
- License: mit
- Created: 2015-08-25T14:08:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T10:09:10.000Z (over 9 years ago)
- Last Synced: 2024-11-15T10:59:48.271Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 24
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
- awesome-cli-apps - is-reachable-cli - Check if hostnames are reachable or not. (Utilities / Network Utilities)
- fucking-awesome-cli-apps - is-reachable-cli - Check if hostnames are reachable or not. (Utilities / Network Utilities)
README
# is-reachable-cli
> Check if hostnames are reachable or not
## Install
```
> npm install is-reachable-cli --global
```## Usage
```
> is-reachable --helpExample
> 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/)