From 0a95808aec2653d2f442dae7883c2ca08c8ea8f4 Mon Sep 17 00:00:00 2001 From: Kay <80123634+nirokay@users.noreply.github.com> Date: Thu, 2 Nov 2023 13:42:03 +0100 Subject: [PATCH] added docchanger to packages.json (#2737) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index e612484..c46779a 100644 --- a/packages.json +++ b/packages.json @@ -31795,5 +31795,22 @@ "description": "A tool to capture and replay command line terminal sessions", "license": "Apache-2.0", "web": "https://github.com/crashappsec/cap10" + }, + { + "name": "docchanger", + "url": "https://github.com/nirokay/docchanger", + "method": "git", + "tags": [ + "document-changer", + "document-generator", + "document-generation", + "docx", + "docx-files", + "binary" + ], + "description": "Replaces substrings in .docx files with data, that is parsed from a json config file.", + "license": "GPL-3.0-only", + "web": "https://github.com/nirokay/docchanger", + "doc": "https://nirokay.github.io/nim-docs/docchanger/docchanger" } ]