zuq_cli 1.0.1 copy "zuq_cli: ^1.0.1" to clipboard
zuq_cli: ^1.0.1 copied to clipboard

A command-line interface to scaffold, extend, and audit Flutter Clean Architecture projects.

example/main.dart

import 'package:zuq_cli/zuq_cli.dart';

void main(List<String> arguments) async {
  // Instantiate the Zuq CLI command runner
  final cli = ZuqCli();

  // Run the CLI programmatically (e.g., passing arguments like '--help')
  final exitCode = await cli.run(arguments.isEmpty ? ['--help'] : arguments);

  print('Zuq CLI finished execution with exit code: $exitCode');
}
1
likes
0
points
179
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line interface to scaffold, extend, and audit Flutter Clean Architecture projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, mason, mason_logger, path, yaml, yaml_edit

More

Packages that depend on zuq_cli