<span align="center">

# hb-lib-tools
[![Downloads](https://img.shields.io/npm/dt/hb-lib-tools.svg)](https://www.npmjs.com/package/hb-lib-tools)
[![Version](https://img.shields.io/npm/v/hb-lib-tools.svg)](https://www.npmjs.com/package/hb-lib-tools)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

</span>

## `homebridge-lib` Tools
Copyright © 2018-2026 Erik Baauw. All rights reserved.

This repository provides a standalone installation of the command-line tools from [homebridge-lib](https://github.com/ebaauw/homebridge-lib):

Tool      | Description
--------- | -----------
`hap`     | Logger for HomeKit accessory announcements.
`json`    | JSON formatter.
`sysinfo` | Print hardware and operating system information.
`upnp`    | UPnP tool.

Each command-line tool takes a `-h` or `--help` argument to provide a brief overview of its functionality and command-line arguments.

### Installation
```
$ sudo npm -g i hb-lib-tools
```
