diff options
| author | jiro <jiroron666@gmail.com> | 2019-09-23 01:38:49 +0900 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-09-22 18:38:49 +0200 |
| commit | e4f1b99b6960745453e94310c8e4e9c371b3b8e1 (patch) | |
| tree | 6f8f7041ffea45405b79e3dd04577efb6acfe668 | |
| parent | 56076cf5963ead6c0527c6081c64322811d48d7b (diff) | |
| download | packages-e4f1b99b6960745453e94310c8e4e9c371b3b8e1.tar.gz packages-e4f1b99b6960745453e94310c8e4e9c371b3b8e1.zip | |
Add package monit (#1175)
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
