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

Application to watch files changes and restart dart application

DartTrack #

Application to watch files changes and restart dart script.

Demo image

Installation #

With dart pub #

You can use the application like a global cli application with dart pub uitilete

dart pub global activate darttrack
# or
flutter pub global activate darttrack

From source #

Olso you can compile application from source

# Clone sources
git clone https://github.com/paveltretyakovru/darttrack.git
cd darttrack

# Compile it to executable file
dart compile exe bin/darttrack.dart -o build/darttrack

# Moving exe file to bin (you can move it to any PATH bin folder)
# /usr/bin/ - work example, but need sudo access to move
sudo mv build/darttrack /usr/bin/

Usage #

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

0
likes
0
points
46
downloads

Publisher

verified publisherpaveltretyakov.ru

Weekly Downloads

Application to watch files changes and restart dart application

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on darttrack