create-pledge-app
v0.0.2
Published
Scaffold a new PledgeStack application
Readme
create-pledge-app
Scaffolding CLI for new PledgeStack applications.
Usage
npx create-pledge-app my-app
# or
pnpm create pledgestack my-appTemplates
- default — Single page starter
- blog — Blog with static generation and dynamic routes
- api — REST API with CRUD routes
Development
pnpm build # Compile TypeScript
pnpm dev # Watch mode