Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

amad/watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watcher

GitHub license Latest Stable Version Minimum PHP Version Build Status StyleCI SensioLabsInsight

Watcher is simple tools to run your arbitrary command on file changes.

$ watcher <command> <file> (<file>)...

Installation

$ composer global require amad/watcher

Example Usage

$ watcher phpunit ./
$ watcher 'clear && phpunit -c phpunit.xml' src/ tests/
$ watcher 'docker run unitests' src/ tests/
$ watcher 'docker exec project-container behat' src/ tests/features/

About

Run arbitrary command on file(s) change.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages