From a85620b28e0448d61898998267af7b7453af092e Mon Sep 17 00:00:00 2001 From: treeform Date: Thu, 9 Sep 2021 21:30:12 -0700 Subject: [PATCH] Add Genny - Generate a shared library and bindings for many languages. (#2002) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 12f59dd..998e5ed 100644 --- a/packages.json +++ b/packages.json @@ -11402,6 +11402,19 @@ "license": "MIT", "web": "https://github.com/treeform/morepretty" }, + { + "name": "genny", + "url": "https://github.com/treeform/genny", + "method": "git", + "tags": [ + "C", + "python", + "node.js" + ], + "description": "Generate a shared library and bindings for many languages.", + "license": "MIT", + "web": "https://github.com/treeform/genny" + }, { "name": "xdo", "url": "https://github.com/juancarlospaco/nim-xdo",