Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xtyxtyx/restarter

Watch and Restart made easy.
https://github.com/xtyxtyx/restarter

dart dart-package restart watcher

Last synced: 1 day ago
JSON representation

Watch and Restart made easy.

Awesome Lists containing this project

README

        



Watch and Restart made easy.

Restarter is a tool that detects file changes and automatically restarts the application.

## Usage

```dart
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][tracker].

## License

```
MIT
```

[tracker]: https://github.com/xtyxtyx/restarter/issues