From 5c05ae3b35d760ce6aba47574056d3c5d51fadf2 Mon Sep 17 00:00:00 2001 From: ylluminate Date: Thu, 11 Nov 2021 14:04:41 -0500 Subject: [PATCH] Add vmon wrapper for monitoring file changes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d58ee1..21a7e1c 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ ### Files - [v-mime](https://github.com/nedpals/v-mime) - MIME detection library for V. +- [vmon](https://github.com/Larpon/vmon) - Asynchronously watch for file changes in a directory. The module is essentially a V wrapper for `septag/dmon`. It works for Windows, macOS and Linux. ### Eventing