dartman 1.0.1
dartman: ^1.0.1 copied to clipboard
dartman will watch for changes in your projects root directory and restart your app everytime you edit something.
dartman #
A simple file watcher for your next dart app
This project is heavily inspired by nodemon
Installation #
pub global activate dartman
Usage #
dartman [your dart app]
or
dm [your dary app]
dartman will watch for changes in your projects root directory and restart your app everytime you edit something.