create-cocoframe
v0.0.9
Published
Dependency-free project creator for CocoFrame applications.
Maintainers
Readme
create-cocoframe
Dependency-free project creator for CocoFrame.
npm create cocoframe@latest my-app
npm create cocoframe@latest my-dashboard -- --template dashboardAvailable templates: starter, marketing, dashboard, and documentation.
Every template uses official @cocoframe/ui components and tree-shakeable
@cocoframe/icons imports.
Options
--template starter|marketing|dashboard|documentationselects the starter.--package-manager npm|pnpm|yarn|bunselects the installer.--skip-installor--no-installonly writes the starter files.--helpprints usage.--versionprints the creator version.
The creator refuses filesystem roots and non-empty target directories. Each
starter includes a CocoSpecs-, CocoRef-, and CocoQA-aware AGENTS.md, server-rendered page, typed health API, responsive CSS,
TypeScript configuration, and production scripts.
For development from the CocoFrame repository:
npm run create -- examples/my-app --template marketing --skip-install