module Watcher

Defined in:

watcher.cr
watcher/version.cr

Constant Summary

VERSION = "0.3.0"

Class Method Summary

Class Method Detail

def self.timestamp_for(file : String) #

Get file timestamp using File.stat


[View source]
def self.watch(files, interval : Int32 | Float64, &) #

Allow to watch file changes using Watcher.watch


[View source]
def self.watch(files, &) #

[View source]