dartian_console 1.0.2
dartian_console: ^1.0.2 copied to clipboard
Command-line interface for Dartian framework with code generators and dev server
Changelog #
1.0.2 #
- Fix: Add lib/ and bin/ directories to project structure in
dartian new - Update: Use pub.flutter-io.cn packages instead of git dependencies in generated pubspec.yaml
1.0.1 #
- Fix: Corrected import path in bin/dartian.dart after package rename
1.0.0 #
- Initial release
dartian new- Create new projectdartian serve- Development server with hot reloaddartian make:*- Code generators for controllers, models, migrationsdartian migrate- Run database migrationsdartian build- Build production executable