awesome-live-reloading icon indicating copy to clipboard operation
awesome-live-reloading copied to clipboard

A curated collection of live-reloading / hot-reloading / watch-reloading tools for different languages and frameworks.

Results 12 awesome-live-reloading issues
Sort by recently updated
recently updated
newest added

Added options for D.

no doc, since it's super straightforward (just need to modify air.toml based on project's build command)

The Dart VM implements hot code reload while even keeping the state. Great development experience.

Hi. Please consider adding these 2 libraries as implementing hot code reload approach for any c++ projects: - [blink](https://github.com/crosire/blink) - A tool which allows you to edit source code of...

https://docs.pylonsproject.org/projects/pyramid/en/latest/pscripts/pserve.html#cmdoption-pserve-reload

https://github.com/cespare/reflex

The distinction between AngularJS (v1) and Angular (v2+) is not made here and some may find it confusing.

The site http://entrproject.org/ has a few of examples, and here's how I use it personally: ``` find my_app/ -name \*.py | entr -r python -m my_app serve ``` Where the...