merlino 1.0.0 copy "merlino: ^1.0.0" to clipboard
merlino: ^1.0.0 copied to clipboard

CLI to bootstrap and generate boilerplate to work with bloc state managment

✨ Merlino ✨ #

Features #

Generates flutter feature BLOC/REPO/VIEW

Heavily inspired by very_good_cli

Installation #

dart pub global activate merlino

Usage #

dart pub global run merlino run

Commands #

create-feature #

  • dart pub global run merlino create-feature abc Creates a new flutter feature in the root.

  • dart pub global run merlino create-feature abc --path lib/feature Creates a new flutter feature in the specified directory.

  • dart pub global run merlino create-feature abc --package-name your_package_name Creates a new flutter feature using your project package name.

  • pub run merlino update-feature Updates the template of the flutter feature


create-feature-test #

  • dart pub global run merlino create-feature-test abc Creates a new flutter feature test in the test folder, at root level.

  • dart pub global run merlino create-feature-test abc --path lib/feature Creates a new flutter feature test in the test folder, inside the specified directory.

  • dart pub global run merlino create-feature-test abc --package-name your_package_name Creates a new flutter feature test using your project package name.

  • pub run merlino update-feature-test Updates the template of the flutter feature test


Building from source #

  • To run locally:
dart bin/merlino.dart command_name
0
likes
80
pub points
0%
popularity

Publisher

verified publisherdavidebolzoni.com

CLI to bootstrap and generate boilerplate to work with bloc state managment

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, glob, interact, io, mason, meta, path, usage

More

Packages that depend on merlino