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

Libraries

dox