BoldDesk CLI

raw JSON →
0.1.20 verified Sat Apr 25 auth: no javascript

A CLI tool for scaffolding BoldDesk apps. Version 0.1.20 is the current stable release. Provides the `bdk` command for creating new projects. Minimal scaffold generation for BoldDesk integration.

error Command not found: bdk
cause Missing global install or using wrong command.
fix
Use npx test-bdk-cli instead of bdk.
gotcha CLI versioning may not correspond to tool functionality; check package version for stability.
fix Always use latest version via npx (e.g., npx test-bdk-cli@latest apps:new).
npm install test-bdk-cli
yarn add test-bdk-cli
pnpm add test-bdk-cli

Scaffolds a new BoldDesk app using npx running the test CLI.

npx test-bdk-cli apps:new my-bd-app --template default