raihan_cli 1.0.0 copy "raihan_cli: ^1.0.0" to clipboard
raihan_cli: ^1.0.0 copied to clipboard

raihan_cli is a Dart-based CLI tool designed to generate feature folder structures in Flutter projects, supporting both MVC and MVVM architectures. It simplifies project scaffolding and ensures consis [...]

example/example.dart

// This is just an example to show how to use the CLI tool from terminal.
// Save this file as example/example.dart

/// To use this CLI tool after activating:
///
/// dart pub global activate raihan_cli
///
/// Then you can run:
///
/// raihan_cli <feature_name>
/// raihan_cli remove <feature_name>
///
/// Example:
///   raihan_cli product
///   raihan_cli remove product
///
/// If you want to activate from GitHub:
/// dart pub global activate --source git https://github.com/raihansikdar/raihan_cli.git
///
/// To deactivate:
/// dart pub global deactivate raihan_cli
///
/// Check path:
///   which raihan_cli  # macOS/Linux
///   where raihan_cli  # Windows
8
likes
0
points
8
downloads

Publisher

verified publisherraihansikdar.com

Weekly Downloads

raihan_cli is a Dart-based CLI tool designed to generate feature folder structures in Flutter projects, supporting both MVC and MVVM architectures. It simplifies project scaffolding and ensures consistent architecture practices.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on raihan_cli