Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 363 Bytes

create-feature

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

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

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