# hb-lib-tools

> homebridge-lib Command-Line Tools`

Latest version **3.0.11** (published 2026-08-29) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install hb-lib-tools
pnpm add hb-lib-tools
yarn add hb-lib-tools
bun add hb-lib-tools
```

Provides the commands `hap`, `json`, `upnp`, `sysinfo`.

## Health

**Score 60/100 (C)** — status: active.

Positive: esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 3.0.11 |
| Published | 2026-08-29 |
| First published | 2023-02-04 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | 24.20.0\|\|^24\|\|^22 |
| Dependencies | 3 |
| Unpacked size | 149 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Erik Baauw |
| Maintainers | ebaauw |

## Links

- npm: https://www.npmjs.com/package/hb-lib-tools
- Repository: https://github.com/ebaauw/hb-lib-tools
- Homepage: https://github.com/ebaauw/hb-lib-tools#readme
- Issues: https://github.com/ebaauw/hb-lib-tools/issues
- npm.io page: https://npm.io/package/hb-lib-tools

## Dependencies (3)

- [chalk](https://npm.io/package/chalk.md) ^6.0.0
- [semver](https://npm.io/package/semver.md) ^7.8.5
- [bonjour-hap](https://npm.io/package/bonjour-hap.md) ^3.10.5

## Recent versions

- 3.0.11 (latest) — 2026-08-29
- 4.0.0-1 (beta) — 2026-09-11
- 4.0.0-0 — 2026-09-11
- 3.0.11-0 — 2026-08-21
- 3.0.10 — 2026-08-04
- 3.0.9 — 2026-07-30
- 3.0.8 — 2026-07-12
- 3.0.7 — 2026-06-27
- 3.0.6 — 2026-06-07
- 3.0.5 — 2026-05-05
- 3.0.4 — 2026-05-04
- 3.0.3 — 2026-04-29
- 3.0.2 — 2026-04-26
- 3.0.1 — 2026-04-26
- 3.0.1-0 — 2026-04-19
- … 59 more at https://npm.io/package/hb-lib-tools/versions

## README

<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
```

---
_Source: https://npm.io/package/hb-lib-tools · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
