getx_boilerplate_cli 1.0.5
getx_boilerplate_cli: ^1.0.5 copied to clipboard
Command-line interface to generate premium Flutter starter boilerplates utilizing GetX and Clean Architecture.
example/example.dart
// Simple example demonstrating how to run the CLI tool from terminal.
void main() {
print('GetX Boilerplate CLI Example');
print('============================');
print('To use this command-line interface tool to scaffold a new project, run:');
print('\n getx_boilerplate_cli create my_awesome_app\n');
}