thunder_cli 2.2.7 copy "thunder_cli: ^2.2.7" to clipboard
thunder_cli: ^2.2.7 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
130
pub points
8%
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, dio

More

Packages that depend on thunder_cli