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

outdated

A CLI generator for flutter_meedu

A CLI generator for flutter_meedu

Install #

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