create-celaro-app
v1.2.0
Published
Scaffold a Next.js + Celaro newsletter app from the built-in template.
Downloads
377
Readme
create-celaro-app
Scaffold a Next.js + Celaro newsletter app from the built-in template.
Usage
npx create-celaro-app@latest <project-directory> --token <api-token> --workspace-id <workspace-id>Required options:
--token— Celaro API token.--workspace-id— Celaro workspace id.
The CLI copies the template, sets the package name from the directory name, and writes .env with your credentials.
After create
cd <project-directory>
yarn install
yarn devTemplate
The template includes @celaro/builder and @celaro/sdk, Next.js 15, React Email, and Tailwind v4. Global styles import Tailwind and @celaro/builder/tailwind.css, with @source for your src tree.
Release
Version is kept in sync with @celaro/sdk and @celaro/builder (Changesets fixed group). Publish from the monorepo with yarn publish-packages.
