orkitt_cli 1.1.4
orkitt_cli: ^1.1.4 copied to clipboard
A powerful Flutter CLI tool to scaffold Orkitt-style Flutter apps with pre-configured folder structure, packages, and bootstrap files.
1.1.4 #
Added #
- Fixed template json issues
- Initial release of Orkitt CLI
orkitt create <AppName>command with--template lite|featureorkitt add <module>for predefined modules (e.g., auth, api)orkitt feature <customName>for generating custom features- JSON-driven template and snippet system for folder & file generation
- Snippets for core, theme, colors, auth, and generic features
- Auto-initialize Git repository after app creation
- Supports package description injection in
pubspec.yaml - Uses
flutter_riverpod,dio, and other core dependencies