meedu_cli 0.0.4 copy "meedu_cli: ^0.0.4" to clipboard
meedu_cli: ^0.0.4 copied to clipboard

outdated

A CLI generator for flutter_meedu

A CLI generator for flutter_meedu

Install #

dart pub global activate very_good_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 a empty 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