2017 © Pedro Peláez
 

library watchkit

file watcher of fruit framework

image

fruit/watchkit

file watcher of fruit framework

  • Sunday, September 11, 2016
  • by Ronmi
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

WatchKit

I'm watching you, (*1)

This package is part of Fruit Framework., (*2)

WatchKit is a tool helping you develope your web application with Fruit framework or any other which needs to generate php code dynamically., (*3)

It is still under developement, anything could be changed later., (*4)

Build Status, (*5)

Usage

Create a watcher.json in project directory., (*6)

{
  // pattern => shell script
  "src/**/*.php": "make test",
  "test": "make test"
}

and run bin/watcher (or vendor/bin/watcher when installed via composer)., (*7)

More detail

WatchKit parses your pattern, use inotify to watch the changes made to it, and execute shell script when changed., (*8)

If the pattern resolves to some directory, WatchKit will also watch for child directories recursively. All changes does to decent files will trigger an execution. So newly created files are under monitoring., (*9)

Known bug

When pattern resolves to files, newly created files will not be watched., (*10)

License

Any version of MIT, GPL or LGPL., (*11)

The Versions

11/09 2016

dev-master

9999999-dev

file watcher of fruit framework

  Sources   Download

The Requires

 

The Development Requires

by Ronmi Ren