CLI Commands

CLI Commands#

The Duxt CLI provides a complete toolkit for creating, developing, and deploying Duxt applications.

For comprehensive CLI documentation, see the dedicated Duxt CLI Reference.

Quick Reference#

CommandDescription
duxt create <name>Create a new project
duxt devStart development server
duxt buildBuild for production
duxt scaffold <name>Generate CRUD module
duxt g <type> <name>Generate files

Installation#

dart pub global activate duxt

Learn More#