Add package monit (#1175)

This commit is contained in:
jiro 2019-09-23 01:38:49 +09:00 committed by Miran
parent 56076cf596
commit e4f1b99b69

View File

@ -14404,5 +14404,19 @@
"description": "A sugary for loop with syntax for typechecking loop variables", "description": "A sugary for loop with syntax for typechecking loop variables",
"license": "MIT", "license": "MIT",
"web": "https://github.com/disruptek/foreach" "web": "https://github.com/disruptek/foreach"
},
{
"name": "monit",
"url": "https://github.com/jiro4989/monit",
"method": "git",
"tags": [
"cli",
"task-runner",
"developer-tools",
"automation"
],
"description": "A simple task runner. Run tasks and watch file changes with custom paths.",
"license": "MIT",
"web": "https://github.com/jiro4989/monit"
} }
] ]