From 1534e89a9067d40935d175de927ae68b531277db Mon Sep 17 00:00:00 2001 From: Jake Leahy Date: Sat, 7 May 2022 16:22:12 +1000 Subject: [PATCH] Add package taskman (#2224) * Added package taskman * Update description and link to docs --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 76edeed..e4e386b 100644 --- a/packages.json +++ b/packages.json @@ -26102,5 +26102,19 @@ "description": "Dead simple Nim app for making timebreaks", "license": "BSD-3-Clause", "web": "https://github.com/ioplker/uspokoysa" + }, + { + "name": "taskman", + "url": "https://github.com/ire4ever1190/taskman", + "method": "git", + "tags": [ + "scheduler", + "task", + "job" + ], + "description": "A package that manages background tasks on a schedule", + "license": "MIT", + "web": "https://github.com/ire4ever1190/taskman", + "doc": "https://tempdocs.netlify.app/taskman/stable" } ]