aim_cli 0.4.0
aim_cli: ^0.4.0 copied to clipboard
Command-line tools for the Aim framework with project scaffolding, development server, and hot reload support.
aim_cli #
Command-line tools for the Aim framework.
Documentation | pub.flutter-io.cn
Overview #
aim_cli provides command-line tools for creating and managing Aim framework projects. It includes project scaffolding with aim create, a development server with hot reload using aim dev, and database migration tools. The CLI watches for file changes and automatically restarts the server during development for fast iteration. Set aim: target: workers in pubspec.yaml to build for Cloudflare workerd with aim_workers: aim build compiles to WebAssembly and aim dev runs wrangler dev. Set aim: target: supabase to build for Supabase Edge Functions with aim_deno: aim build compiles to WebAssembly and aim dev runs supabase functions serve. Set aim: target: functions to run on Cloud Functions for Firebase with aim_functions: aim dev starts the Firebase emulator, and aim build is a no-op since the Firebase CLI compiles and deploys on its own.
Installation #
dart install aim_cli
Documentation #
For detailed usage, commands, and configuration options, see the documentation.