Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

File watchers that rebuild a project when code changes are made. Lots of language SDKs come with these built-in, for those that don't I have found that the `chokidar-cli` npm package can be paired with a shell script to add auto-rebuild to pretty much any project in any language.


entr[1], from their main page

    ls *.css *.html | entr reload-browser Firefox
Is a simple example of things you can do, it is also very lightweight.

[1]: http://entrproject.org/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: