create-postpipe-cms
v1.0.1
Published
CLI to scaffold CMS features (Store, Blog, Reviews) for PostPipe
Downloads
227
Readme
Create PostPipe CMS
A powerful CLI tool to scaffold robust CMS features (E-commerce, Blog, Reviews) for Next.js applications, powered by PostPipe.
Features
Select which modules to install via the interactive CLI:
🛍️ Store Module
- Models:
Product,Category. - APIs:
/api/products: CRUD (Create, Read, Update, Delete) products./api/categories: CRUD categories.
📝 Blog Module
- Models:
Post,Comment. - APIs:
/api/posts: Full blog post management./api/comments: Commenting system linked to posts.
⭐ Reviews Module
- Models:
Review. - APIs:
/api/reviews: Submit and list testimonials/reviews.
Usage
Run this command in your Next.js project root:
npx create-postpipe-cmsIt will prompt you to choose the modules you want to add to your project.
Links
- GitHub Repository: https://github.com/Sourodip-1/PostPipe-2.0
- Report Issues: https://github.com/Sourodip-1/PostPipe-2.0/issues
Credits
Created by Sourodip Roy.
License
CC-BY-NC-SA-4.0
