@vitadeck/sdk
v0.5.0
Published
Build tooling and the VitaDeck Runtime API for Deck Apps.
Maintainers
Readme
@vitadeck/sdk
Build tooling and the VitaDeck Runtime API for Deck Apps.
Requirements
- Node.js 22+
- React 18.3.x (peer dependency)
Install
npm install @vitadeck/sdkpnpm and Bun work the same (pnpm add, bun add).
Scaffold a project
npx @vitadeck/sdk create <project-name>Build
From the root of a Deck App (with vitadeck.config.json):
npx @vitadeck/sdk buildnpx @vitadeck/sdk with no subcommand runs build. Use npx @vitadeck/sdk build --no-zip to skip the .zip archive.
Links
- Repository: https://github.com/matemolnar8/vitadeck (monorepo; this package is under
js/packages/sdk.) - Issues: https://github.com/matemolnar8/vitadeck/issues
