commit: 24c2e93dda3c76c2640ba5ce841917285b804bb0
parent 51ad618895208068f6ece08701d2a8b0e2793c33
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 22 Sep 2025 10:06:08 +0200
README.md: add
Diffstat:
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,23 @@
+# glob: glob(1) wrapper around glob(3), inspired by <https://github.com/isaacs/node-glob>
+
+This utility was done to expand the glob patterns present in
+package.json without ending up with a circular dependency.
+
+For an alternative utility which allows to chainload into another program, see
+<https://www.skarnet.org/software/execline/elglob.html>
+
+## Dependencies
+
+- C11 Compiler
+- POSIX.1-2008 or later C library
+- POSIX.1-2008 or later make(1)
+
+## Download
+
+Tarballs are available at <https://distfiles.hacktivis.me/releases/cmd-glob/>
+Signed with signify(1) keys available at <https://distfiles.hacktivis.me/releases/signify/>
+
+```
+SPDX-FileCopyrightText: 2023 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
+SPDX-License-Identifier: MPL-2.0
+```