Skip to content

nobrefelipe/flutter-micro-front-end-scaffolding-tool

Repository files navigation

Flutter Micro Front End Scaffolding Tool

Requirements

Installation Steps

  1. Clone repo
  2. Run npm install
  3. Run sudo npm link
  4. A scaffold command is now at your disposal.

Examples of use:

scaffold mf user_profile

Output

Running the command above will generate a folder called user_profile with the following contents:

user_profile
│   README.md
│   pubspec.yaml
│   .gitignore
│   
└───lib
│   │   user_profile.dart
│   │
│   └───app
│   │   │   user_profile_events.dart
│   │   │   user_profile_resolver.dart
│   │   │   
│   │   └───presenter
│   │   │   │   user_profile_view.dart
│   │   │   │      

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published