shelf_dev 2.0.1 copy "shelf_dev: ^2.0.1" to clipboard
shelf_dev: ^2.0.1 copied to clipboard

A tool for developing of a client and server application together.

Dart CI

A Dart tool for development of a client and server application.

See https://github.com/kevmoo/shelf_dev/blob/main/example/shelf_dev.yaml for an example of the configuration file.

Installation #

[flutter] pub global activate shelf_dev

Usage #

shelf_dev must be run in a directory with a shelf_dev.yaml configuration file.

See https://github.com/kevmoo/shelf_dev for information on the configuration format.

While running, these keys – "r", "R" – will be passed to the "web-app" target.
When used with `flutter run` this cause a hot restart.

When these keys – "s", "S" – are pressed, shelf_dev will
attempt to restart the "web-server" target.

Other options:
-?, --help       Print out usage information.
    --version    Print out the version of the executable.