dox 1.0.31 copy "dox: ^1.0.31" to clipboard
dox: ^1.0.31 copied to clipboard

A dox cli to create model, migration with dox_query_builder

Dox CLI #

Activate #

dart pub global activate dox

Deactivate #

dart pub global deactivate dox

  • make sure you have included bin path to your profile.

  • If you did not added path to your profile yet, open ~/.bashrc or ~/.zshrc and paste below line.

export PATH="$PATH":"~/.pub-cache/bin"

Commands

Create Migration

dox create:migration create_user_table

Create Model

dox create:model User

Create Model with Migration

dox create:model User -m

Migrate

dox migrate

Rollback migration

dox migrate:rollback

Rollback migration

dox serve

3
likes
0
pub points
21%
popularity

Publisher

verified publisherdartondox.dev

A dox cli to create model, migration with dox_query_builder

License

unknown (license)

Dependencies

dox_core, dox_query_builder, postgres, watcher

More

Packages that depend on dox