monolith_runner 1.0.2 copy "monolith_runner: ^1.0.2" to clipboard
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_runner

With Flutter:

 $ flutter pub add monolith_runner

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  monolith_runner: ^1.0.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

0
likes
130
points
433
downloads

Publisher

verified publishereaglesakura.com

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor, armyknife_logger, freezed_annotation, json_annotation, monolith, monolith_define, monolith_install, monolith_localization, monolith_xcodegen

More

Packages that depend on monolith_runner