thunder_cli 2.2.6 thunder_cli: ^2.2.6 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 --i
// 2 -Run this command in cmd to generate module files
// thunder_cli --m
// 3 -Run this command in cmd to generate module files with model
// thunder_cli --mm
// 4 -Run this command in cmd to generate model file for the module
// thunder_cli --mo
// 5 -Run this command in cmd to generate module files without installing packages
// thunder_cli --f
// 6 -Run this command in cmd to show help message
// thunder_cli --h
}