@ylstack-dev/create-cf-cms
v3.0.3
Published
Create a new CF-CMS.js application
Downloads
24
Maintainers
Readme
create-cf-cms
Create a new CF-CMS.js application with a single command.
Usage
npm create cf-cms@latest my-appOr with yarn:
yarn create cf-cms my-appOr with pnpm:
pnpm create cf-cms my-appTemplates
- starter - Basic CMS with content management
- ecommerce - E-commerce store with products and orders
- plugin - Plugin development template
What's Included
- TypeScript support
- Hono web framework
- CF-CMS core package
- Cloudflare Workers configuration
- Database migrations
- Plugin system
- Admin UI
Next Steps
After creating your project:
cd my-app
npm install
cp .env.example .env.local
npm run devDocumentation
License
MIT
