From e4f4f2454c6a49690a8a8a915624b4dd550a09b8 Mon Sep 17 00:00:00 2001 From: Jonathan Bernard Date: Sat, 11 Apr 2026 09:31:55 -0500 Subject: [PATCH] identcasing - transform between casing styles/conventions. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index ffe8abf..852241e 100644 --- a/packages.json +++ b/packages.json @@ -225,6 +225,15 @@ "url": "https://git.jdb-software.com/jdb/slfmt.git", "web": "https://git.jdb-software.com/jdb/slfmt" }, + { + "name": "identcasing", + "description": "Little library to convert between identifier casing conventions.", + "license": "MIT", + "method": "git", + "tags": [ "ident", "camelCase", "kebab-case" ], + "url": "https://git.jdb-software.com/jdb/identcasing.git", + "web": "https://git.jdb-software.com/jdb/identcasing" + }, { "name": "hr", "description": "Terminal utility to print a horizontal rule to STDOUT.",