module Watcher
Defined in:
watcher.crwatcher/version.cr
Constant Summary
-
TIMESTAMPS =
{} of String => String
-
VERSION =
"0.1.0"
Class Method Summary
-
.timestamp_for(file : String)
Get file timestamp using File.stat
-
.watch(files, interval = 1, &)
Allow to watch file changes using Watcher.watch