This project is deprecated. The content was merged into the main Bailador project. Thanks to Zoffix for the contribution.
This distribution installs rebailador
script that will watch the source
code of your Bailador app for changes and automatically restart the app.
rebailador bin/your-bailador-app.p6
rebailador --w=lib,bin,views,public bin/your-bailador-app.p6
Takes comma-separated list of directories to watch. By default,
will watch lib
and bin
directories.
If you have to watch a directory with a comma in its name, prefix it with a backslash:
rebailador --w=x\\,y bin/app.p6 # watches directory "x,y"
Fork this module on GitHub: https://github.com/Bailador/perl6-Bailador-Dev-AutoRestarter
To report bugs or request features, please use https://github.com/Bailador/perl6-Bailador-Dev-AutoRestarter/issues
Zoffix Znet (http://zoffix.com/)
You can use and distribute this module under the terms of the
The Artistic License 2.0. See the LICENSE
file included in this
distribution for complete details.