Reflex is a small tool to watch a directory and rerun a command when certain files change. It's great for automatically running compile/lint/test tasks and for reloading your application when the code changes.
Reflex is a small tool to watch a directory and rerun a command when certain files change. It's great for automatically running compile/lint/test tasks and for reloading your application when the code changes.
To install go-reflex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install go-reflex
To see what files were installed by go-reflex, run:
port contents go-reflex
To later upgrade go-reflex, run:
sudo port selfupdate && sudo port upgrade go-reflex
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.