darttrack 1.2.1 copy "darttrack: ^1.2.1" to clipboard
darttrack: ^1.2.1 copied to clipboard

Application to watch files changes and restart dart application

1.2.1 #

  • Fixed #7. Script is not restarting without --watch argument

1.2.0 #

  • Added argument --exec to call custom command on source changes
darttrack ./lib --exec "dart test"

1.1.0 #

  • Added github action to test pushed updates and deploy github pages

  • Added argument --watch to set watch dir. Now you can start script with:

dartrack --watch "./watch/this/dir/to/changes" ...
  • Added argument --script to set run sciprt. Now you can set run dart script with:
darttrack ./watch/dir --script "./path/to/run/script.dart"

1.0.1 #

1.0.0 #

  • Initial version.
0
likes
120
pub points
0%
popularity

Publisher

verified publisherpaveltretyakov.ru

Application to watch files changes and restart dart application

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

argenius

More

Packages that depend on darttrack