Skip to content

CLI tool for scaffolding Directus bundle extension projects for self hosted Directus instances

License

Notifications You must be signed in to change notification settings

naelcodes/dbxcli

Repository files navigation

dbxcli

Directus bundle extension cli (dbxcli) is a CLI tool for scaffolding bundle extensions with utilities to enhance developer experience.

⚠️ Caution: This CLI is still under active development and isn't production ready.

Installation

  • With pnpm
 pnpm install -g dbxcli
  • With npm
  npm install -g dbxcli