From 9c708a27766e2615c3ea0eb86788069929047baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 9 Jun 2025 20:41:14 +0200 Subject: [PATCH] Add README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..67a5270 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# libhlab + +libhlab is a collection of small utility libraries for my homelab. + +## Contents + +The following libraries are included in libhlab: + +### `notify` + +Library for sending desktop-notifications via NATS. +