feature_folder_cli 0.0.1 copy "feature_folder_cli: ^0.0.1" to clipboard
feature_folder_cli: ^0.0.1 copied to clipboard

outdated

CLI utility to generate folder by feature structure

Folder by Feature CLI Utility #

A Dart CLI tool that generates the folder structure for the folder-by-feature pattern

feature/
┣ domain/
┃ ┣ feature_model.dart
┃ ┣ feature_repository.dart
┃ ┣ feature_service.dart
┃ ┗ domain.dart
┣ screens/
┃ ┣ feature_screen.dart
┃ ┗ screens.dart
┣ widgets/
┃ ┣ feature_widget.dart
┃ ┗ widgets.dart
┣ providers/
┃ ┣ feature_provider.dart
┃ ┗ providers.dart
┗ index.dart

Getting Started #

Command Usage #

© 2021 Ryan Dsilva

39
likes
0
pub points
62%
popularity

Publisher

verified publisherryandsilva.dev

CLI utility to generate folder by feature structure

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

ansicolor, args, flutter, path, recase

More

Packages that depend on feature_folder_cli