orchestrator_cli 0.1.2 copy "orchestrator_cli: ^0.1.2" to clipboard
orchestrator_cli: ^0.1.2 copied to clipboard

CLI tool for scaffolding Flutter Orchestrator components (Job, Executor, Cubit, Notifier, State)

example/main.dart

// ignore_for_file: avoid_print

/// Example usage of orchestrator_cli.
///
/// This CLI tool provides commands to scaffold Orchestrator components.
///
/// ## Installation
/// ```bash
/// dart pub global activate orchestrator_cli
/// ```
///
/// ## Usage
/// ```bash
/// # Initialize project structure
/// orchestrator init
///
/// # Create a new Job
/// orchestrator create job FetchUsers
///
/// # Create a new Executor
/// orchestrator create executor FetchUsers
///
/// # Create a full feature
/// orchestrator create feature Auth
///
/// # Run doctor to check setup
/// orchestrator doctor
/// ```
void main(List<String> args) {
  print('Run: dart pub global activate orchestrator_cli');
  print('Then: orchestrator --help');
}
0
likes
90
points
194
downloads

Publisher

unverified uploader

Weekly Downloads

CLI tool for scaffolding Flutter Orchestrator components (Job, Executor, Cubit, Notifier, State)

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #cli #scaffolding #state-management #code-generation

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

args, mason, mason_logger, path, yaml

More

Packages that depend on orchestrator_cli