create-sprinkles
v0.4.0
Published
Get started with development by creating projects from templates quickly.
Readme
create-sprinkles
Get started with development by creating projects from templates quickly.
Prerequisites
create-sprinkles requires Vite+. Install it with Homebrew on macOS:
brew install markmals/tap/vite-plusOr use the official installer script:
# macOS/Linux
curl -fsSL https://vite.plus | bash
# Windows
irm https://vite.plus/ps1 | iexUsage
vp create sprinklesThe interactive prompts will guide you through:
- Directory — where to create the project
- Project kind — choose a template (see below)
- Optional features — add-ons specific to the chosen template
- GitHub owner — your GitHub user or organization
Templates
React Router — SPA
Single-page app with React Router, Tailwind CSS, and Vite+.
- Optional: Convex backend
React Router — SSR
Server-rendered app with React Router, Tailwind CSS, Vite+, and Cloudflare deployment.
- Optional: Convex backend
React Router — RSC
React Server Components with React Router, Tailwind CSS, Vite+, and Cloudflare deployment.
- Optional: Content-layer plugin for MDX-based content
- Optional: Single Executable Application (SEA) — bundles the server and all client assets into a single portable Node.js binary via
node:sea
License
MIT
