Skip to content

👀 A Lua module to monitor files from a specific directory

Notifications You must be signed in to change notification settings

EvandroLG/lua-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lua-watcher

A Lua module to monitor files from a specific directory

Installation

To install lua-watcher, run:

$ luarocks install watcher

How does it work?

Follow an example:

  local watcher = require 'watcher'

  watcher('my_directory/', function()
    print('Some file was modified now!')
  end)

About

👀 A Lua module to monitor files from a specific directory

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published