From 28bd4821e3a245d7d5a7e48426500dbc229cd872 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Tue, 7 Jul 2026 14:38:59 -0500 Subject: [PATCH] Add bibleref project. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 852241e..17e2257 100644 --- a/packages.json +++ b/packages.json @@ -242,5 +242,14 @@ "tags": [ "hr", "cli" ], "url": "https://git.jdb-software.com/jdb/cli-horizontal-rule.git", "web": "https://git.jdb-software.com/jdb/cli-horizontal-rule" + }, + { + "name": "bibleref", + "description": "CLI utility to display and output Bible passages.", + "license": "MIT", + "method": "git", + "tags": [ "bible", "cli" ], + "url": "https://git.jdb-software.com/jdb/bibleref.git", + "web": "https://git.jdb-software.com/jdb/bibleref" } ]