
orkitt_cli
A powerful Flutter CLI tool to scaffold Orkitt-style Flutter apps with pre-configured folder structure, essential packages, and bootstrap files.
Installation
Activate globally via Dart:
dart pub global activate orkitt_cli
Features
Orkitt CLI is a productivity tool for Flutter developers that:
- Creates Flutter apps with predefined folder structures
- Adds feature modules or API boilerplate
- Uses JSON-driven templates and snippet system
- Supports Riverpod, Dio, and other core packages
Usage
# Create a new app with lite template
orkitt create great_app --template lite
# Add a predefined module
orkitt add auth
# Create a custom feature in the current directory
orkitt feature payments
© Copyright
© 2026 Orkitt. All rights reserved.