restarter 0.1.1  restarter: ^0.1.1 copied to clipboard
restarter: ^0.1.1 copied to clipboard
Restarter is a tool that detects file changes and automatically restarts the application.
   
Watch and Restart made easy.
Restarter is a tool that detects file changes and automatically restarts the application.
Usage #
import 'package:restarter/restarter.dart';
void main() {
  final restarter = Restarter(
    'dart',
    args: ['example/counter.dart'],
    watch: ['*.dart', 'pubspec.lock'],
  );
  restarter.start();
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.
License #
MIT