Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 790 Bytes

File metadata and controls

27 lines (18 loc) · 790 Bytes

Stackable Templates

Project templates for Stackable Labs cli.

Templates

Template Description Usage
app-extension Full-stack extension starter with preview host npx @stackable-labs/create-extension my-extension

Usage

The easiest way to use these templates is through the Stackable CLI:

npx @stackable-labs/create-extension my-extension

This will scaffold a new extension project with:

  • packages/extension/ — Your extension source code
  • packages/preview/ — Local preview host app for development
  • Preconfigured Vite, TypeScript, and Turborepo setup
  • Hot-reload development workflow via pnpm dev

License

See individual template directories for license information.