From c8bf8972ce70c8d4f46b461f873c30e7e0cdc376 Mon Sep 17 00:00:00 2001 From: cypherwytch <133115955+cypherwytch@users.noreply.github.com> Date: Sun, 16 Jun 2024 18:46:00 +0200 Subject: [PATCH] Added package ninit (#2892) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index a6427f1..233c0f5 100644 --- a/packages.json +++ b/packages.json @@ -33670,5 +33670,17 @@ "description": "Futhark generated wrapper around unicorn-engine", "license": "MIT", "web": "https://github.com/m4ul3r/libunicorn-nim" + }, + { + "name": "ninit", + "url": "https://github.com/cypherwytch/ninit", + "method": "git", + "tags": [ + "nimble", + "package" + ], + "description": "Initialize a Nim package non-interactively (does not require nimble)", + "license": "BSD", + "web": "https://github.com/cypherwytch/ninit" } ]