ag_cli 2.0.0 copy "ag_cli: ^2.0.0" to clipboard
ag_cli: ^2.0.0 copied to clipboard

Flutter GetX code generator CLI. Scaffolds modules, components, models, repos, controllers, bindings, and pages.

example/README.md

Example #

Since ag_cli is a Command Line Interface (CLI) tool, it is not meant to be imported into your Dart code as a library.

Instead, install it globally via terminal:

dart pub global activate ag_cli

And then run it in any Flutter project:

# Initialize a GetX architecture
ag init

# Generate a full module (repo, controller, bindings, pages, components)
ag g module dashboard --full

# Generate a single component
ag g component primary_button

# Preview generation without creating files
ag g module settings --dry-run
0
likes
0
points
245
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter GetX code generator CLI. Scaffolds modules, components, models, repos, controllers, bindings, and pages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path

More

Packages that depend on ag_cli