From 479de5a00ad45bb0159ccc3543e73a8272917783 Mon Sep 17 00:00:00 2001 From: David Krause Date: Mon, 2 Sep 2024 14:32:40 +0200 Subject: [PATCH] add formatja (#2924) Co-authored-by: David Krause (enthus1ast) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 57ebc4a7..fffc43c0 100644 --- a/packages.json +++ b/packages.json @@ -33997,5 +33997,19 @@ "description": "A portable wrapper for borg backup and restic inspired by borgmatic.", "license": "AGPL-3.0-or-later", "web": "https://codeberg.org/pswilde/norgbackup" + }, + { + "name": "formatja", + "url": "https://github.com/enthus1ast/formatja", + "method": "git", + "tags": [ + "string", + "interpolation", + "runtime", + "template" + ], + "description": "A simple runtime string interpolation library, that leverages nimjas lexer.", + "license": "MIT", + "web": "https://github.com/enthus1ast/formatja" } ]