Add package taskman (#2224)

* Added package taskman

* Update description and link to docs
This commit is contained in:
Jake Leahy 2022-05-07 16:22:12 +10:00 committed by GitHub
parent 2a3b787381
commit 1534e89a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]