- Clone repo
- Run
npm install
- Run
sudo npm link
- A
scaffold
command is now at your disposal.
scaffold mf user_profile
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
│ │ │ │