Application to watch files changes and restart dart application
More...
Application to watch files changes and restart dart script.
darttrack ./lib ./bin/yourscript.dart
It's run ./bin/yourscript.dart script and start watching ./lib diretory to changes. If files in the directory is changed, script will be restarted
paveltretyakov.ru
HomepageRepository (GitHub)View/report issues
unknown (license)
Packages that depend on darttrack
Back