From 3e23c662e3a97bffd0e50ad6c47a967ede7420d4 Mon Sep 17 00:00:00 2001 From: theAkito Date: Wed, 13 Apr 2022 16:42:37 +0200 Subject: [PATCH] Add useradd (#2201) --- packages.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/packages.json b/packages.json index 57fa20d..c279e3e 100644 --- a/packages.json +++ b/packages.json @@ -14847,6 +14847,34 @@ "description": "Nim implementation of NanoID, a tiny, secure, URL-friendly, unique string ID generator. Works with Linux and Windows!", "license": "GPL-3.0-or-later" }, + { + "name": "useradd", + "url": "https://github.com/theAkito/nim-useradd", + "method": "git", + "tags": [ + "akito", + "gosu", + "su-exec", + "docker", + "kubernetes", + "helm", + "permission", + "linux", + "posix", + "postgres", + "process", + "security", + "alpine", + "busybox", + "useradd", + "adduser", + "shadow", + "musl", + "libc" + ], + "description": "Linux adduser/useradd library with all batteries included.", + "license": "GPL-3.0-or-later" + }, { "name": "userdef", "url": "https://github.com/theAkito/userdef",