create-pledge-app
v0.1.7
Published
Scaffold a new PledgeStack application
Maintainers
Readme
create-pledge-app
Scaffolding CLI for new PledgeStack applications.
Usage
npx create-pledge-app my-app
# or
pnpm create pledgestack my-appTemplates
- default — Full-featured starter with blog, features page, and dark theme
- blog — Blog with static generation and dynamic routes
- api — REST API with CRUD routes
- saas — SaaS landing page with pricing, features, and testimonials
- portfolio — Personal portfolio with projects showcase and contact
- dashboard — Admin dashboard with sidebar, stats, charts, and data table
- ecommerce — Product listing with filters, cart, and checkout UI
Development
pnpm build # Compile TypeScript
pnpm dev # Watch mode