meedu_cli 0.0.4+2 meedu_cli: ^0.0.4+2 copied to clipboard
A CLI generator for flutter_meedu
A CLI generator for flutter_meedu
Install #
dart pub global activate meedu_cli
or
flutter pub global activate meedu_cli
Commands #
// To create a flutter project in the current directory
meedu create
// or
meedu -c
// To initialize flutter_meedu in an empty flutter project
meedu init
// or
meedu -i
// To create a new page with the controller and provider following
// the clean architecture proposed by meedu
meedu page
// or
meedu -p