Skip to content

xtyxtyx/restarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages