thunder_cli 2.3.4+2
thunder_cli: ^2.3.4+2 copied to clipboard
This project is a Flutter application scaffolded with GetX and follows the MVC (Model-View-Controller) architecture.
main() {
// 1 -Run this command in cmd to generate files
// thunder_cli --init
// 2 -Run this command in cmd to generate feature files
// thunder_cli --feature
// 3 -Run this command in cmd to generate model file for the module
// thunder_cli --model
// 4 -Run this command in cmd to show help message
// thunder_cli --h
}
copied to clipboard