From 27755d4de1abbc57fcad2aa922ed70060f11029b Mon Sep 17 00:00:00 2001 From: Mythical-Forest-Collective <88039945+Mythical-Forest-Collective@users.noreply.github.com> Date: Tue, 30 Aug 2022 17:22:59 +0100 Subject: [PATCH] Added package codegenlib (#2338) Co-authored-by: Technisha --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 339c0bb..2eae636 100644 --- a/packages.json +++ b/packages.json @@ -27298,5 +27298,18 @@ "description": "Brightcove player parser", "license": "MIT", "web": "https://github.com/thisago/brightcove" + }, + { + "name": "codegenlib", + "url": "https://github.com/Mythical-Forest-Collective/CodeGenLib", + "method": "git", + "tags": [ + "library", + "codegen", + "codegeneration" + ], + "description": "A simple code generation library for other programming languages!", + "license": "MIT", + "web": "https://github.com/Mythical-Forest-Collective/CodeGenLib" } ]