@webhouse/create-cms
v0.2.15
Published
Scaffold a new @webhouse/cms project
Maintainers
Readme
@webhouse/create-cms
Scaffold a new @webhouse/cms project in seconds.
Usage
npm create @webhouse/cms my-siteThis creates a new directory with a ready-to-run CMS project.
What you get
my-site/
├── cms.config.ts # Collection schemas (TypeScript)
├── package.json # Dependencies pre-configured
├── .env # API keys (add your own)
└── content/
└── posts/
└── hello-world.json # Example postNext steps
cd my-site
npm install
npx cms dev # Start dev server
npx cms build # Build static siteDocumentation
See the main repository for full documentation.
License
MIT
