zuq_cli 1.0.5 copy "zuq_cli: ^1.0.5" to clipboard
zuq_cli: ^1.0.5 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
160
points
24
downloads

Documentation

API reference

Publisher

verified publishermorizuq.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, mason, mason_logger, path, pub_semver, yaml, yaml_edit

More

Packages that depend on zuq_cli