dartian_console 1.0.2 copy "dartian_console: ^1.0.2" to clipboard
dartian_console: ^1.0.2 copied to clipboard

Command-line interface for Dartian framework with code generators and dev server

dartian_cli #

Command-line interface for Dartian framework with code generators and dev server.

Features #

  • Project scaffolding
  • Development server with hot reload
  • Code generators (controllers, models, views, etc.)
  • Database migration runner
  • AOT build support

Installation #

dart pub global activate dartian_cli

Usage #

# Create new project
dartian new my_app
cd my_app

# Start development server
dartian serve

# Generate files
dartian make:controller UserController
dartian make:model User
dartian make:migration create_users_table
dartian make:view home

# Run migrations
dartian migrate
dartian migrate:rollback

# Build for production
dartian build exe

Commands #

Command Description
dartian new <name> Create new project
dartian serve Start dev server
dartian make:controller Generate controller
dartian make:model Generate model
dartian make:migration Generate migration
dartian make:view Generate view
dartian migrate Run migrations
dartian build Build executable

Part of Dartian #

This package is part of the Dartian framework.

License #

AGPL-3.0 - See LICENSE for details.

0
likes
110
points
142
downloads

Publisher

verified publisherdartian.org

Weekly Downloads

Command-line interface for Dartian framework with code generators and dev server

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#cli #generator #development #framework

Documentation

API reference

License

unknown (license)

Dependencies

args, dartian_http, dartian_i18n, dartian_router, hotreloader, shelf, watcher

More

Packages that depend on dartian_console