thunder_cli 2.1.1 copy "thunder_cli: ^2.1.1" to clipboard
thunder_cli: ^2.1.1 copied to clipboard

This project is a Flutter application scaffolded with GetX and follows the MVC (Model-View-Controller) architecture.

example/main.dart

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
}
4
likes
0
pub points
14%
popularity

Publisher

unverified uploader

This project is a Flutter application scaffolded with GetX and follows the MVC (Model-View-Controller) architecture.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, dio

More

Packages that depend on thunder_cli