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

This is a cli tool to generate migration, model and to handle database migration with dox framework. It support up and down methods to control migration version.

Dox CLI #

Full documentation here #

Activate

$ dart pub global activate dox

Please 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"

Update dox

$ dox update

Create Project

$ dox create new_blog

Serve Project

$ dox serve
3
likes
130
pub points
21%
popularity

Publisher

verified publisherdartondox.dev

This is a cli tool to generate migration, model and to handle database migration with dox framework. It support up and down methods to control migration version.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

dox_migration, path, postgres, watcher

More

Packages that depend on dox