From e4f1b99b6960745453e94310c8e4e9c371b3b8e1 Mon Sep 17 00:00:00 2001 From: jiro Date: Mon, 23 Sep 2019 01:38:49 +0900 Subject: [PATCH] Add package monit (#1175) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 4bae7da..4c9849a 100644 --- a/packages.json +++ b/packages.json @@ -14404,5 +14404,19 @@ "description": "A sugary for loop with syntax for typechecking loop variables", "license": "MIT", "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" } ]