marcelloduarte / autorun
Monitors project files and run a command when a file is saved.
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 2
pkg:composer/marcelloduarte/autorun
This package is auto-updated.
Last update: 2025-09-29 01:23:40 UTC
README
Place the AutoRun.php into a directory of your included paths. Place the autorun bash script into your $PATH. Navigate to your tests directory $ cd /path/to/my/tests/ Run: $ autorun Now leave the terminal open and work on your tests. The terminal will update every time you save a test file.