From 9c6d654b85d32de9d32b0301493fc1fbcb3e64e0 Mon Sep 17 00:00:00 2001 From: Peter Munch-Ellingsen Date: Fri, 2 Sep 2022 18:10:46 +0200 Subject: [PATCH] Add autotemplate and deriveables (#2346) --- packages.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/packages.json b/packages.json index dc01344..43fda46 100644 --- a/packages.json +++ b/packages.json @@ -1996,6 +1996,30 @@ "license": "MIT", "web": "https://github.com/PMunch/ikeahomesmart" }, + { + "name": "autotemplate", + "url": "https://github.com/PMunch/autotemplate", + "method": "git", + "tags": [ + "library", + "templates" + ], + "description": "Small library to automatically generate type-bound templates from files", + "license": "MIT", + "web": "https://github.com/PMunch/autotemplate" + }, + { + "name": "deriveables", + "url": "https://github.com/PMunch/deriveables", + "method": "git", + "tags": [ + "library", + "types" + ], + "description": "Small library to generate procedures with a type derivation system", + "license": "MIT", + "web": "https://github.com/PMunch/deriveables" + }, { "name": "sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",