Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xtyxtyx/restarter
- Owner: xtyxtyx
- License: mit
- Created: 2020-04-04T08:49:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T08:55:29.000Z (over 4 years ago)
- Last Synced: 2023-08-20T23:00:45.761Z (about 1 year ago)
- Topics: dart, dart-package, restart, watcher
- Language: Dart
- Homepage: https://pub.dev/packages/restarter
- Size: 18.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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