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

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages