# netcheck

A CLI tool to check network stats.

## Installation
```bash
npm install -g netcheck-cli
```
## Usage

```bash
netcheck [options]

Options:
  -v, --verbose    Show detailed output
  --server <url>   Specify a test server URL
  --help           Show help
```

## Example
```bash
netcheck
# Runs a basic network check for speed, latency, jitter, and packet loss.
```
```bash
netcheck -v
# Runs a detailed network check with verbose output.
```

## Author
[Shubham Singodiya (Master Mickey)](https://shubham-s-socials.vercel.app)


