create-cellas
v1.1.1
Published
Create a new CELLAS project (official developer experience initializer)
Downloads
425
Maintainers
Readme
create-cellas
Official project initializer for CELLAS (Developer Experience).
Scaffolds Official Starter Experiences — not empty boilerplates. Each starter is designed so a new developer can reach PASS quickly.
Usage
pnpm create cellas my-docs
pnpm create cellas my-plugin --template pluginOfficial starters (Phase 7B)
| Id | Experience |
|----|------------|
| documentation | Governed docs (default, reference experience) |
| plugin | Ecosystem plugin entrance |
| blog | Docs + blog publishing |
| library | Library / SDK docs |
| runtime-extension | Deterministic Runtime extension |
Non-interactive
pnpm create cellas my-docs --yes --no-install
pnpm create cellas my-blog --template blog -y --pm pnpmGenerated project policy
- Depends on
@cellas/conformance-clivia npm semver only - Never
workspace:*,file:, or tarball URLs - Shared certifiable base (
templates/_base) + starter overlay - No lockfile from the generator
cd my-docs
pnpm install
pnpm exec cellas verify
pnpm exec cellas certifyLocal development
pnpm --filter create-cellas build
node packages/create-cellas/dist/bin.js my-docs --template documentation --no-installPublic pnpm create cellas without this monorepo requires Phase 7D (npm publish).
