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.
Common errors
error Command not found: bdk ↓
cause Missing global install or using wrong command.
fix
Use npx test-bdk-cli instead of bdk.
Warnings
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).
Install
npm install test-bdk-cli yarn add test-bdk-cli pnpm add test-bdk-cli Imports
- bdk wrong
npm install -g test-bdk-cli && bdk apps:newcorrectnpx bdk apps:new my-app
Quickstart
npx test-bdk-cli apps:new my-bd-app --template default