ignite_kit_cli 1.0.0+2
ignite_kit_cli: ^1.0.0+2 copied to clipboard
A Flutter project scaffolding CLI tool that instantly generates a custom, preconfigured project with themes, services, folder structure, and more.
/// Example: How to use ignite_kit_cli from the terminal.
///
/// Run the following command in your terminal:
///
/// ```bash
/// dart pub global activate ignite_kit_cli
/// ignite_kit create my_app
/// ```
///
/// This command will generate a new Flutter project named `my_app`
/// using the built-in template and structure defined by ignite_kit_cli.
void main() {
// No runtime code needed since this is a CLI tool.
}