monolith_runner 1.0.2
monolith_runner: ^1.0.2 copied to clipboard
A runner package for executing all monolith features from a unified command-line interface. By adding it to dev_dependencies, you can access all monolith functionality through dart run monolith:* commands.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add monolith_runnerWith Flutter:
$ flutter pub add monolith_runnerThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
monolith_runner: ^1.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.