tinypine-cli
v1.1.0
Published
Official TinyPine CLI - Create, configure, and extend TinyPine projects
Maintainers
Readme
🌲 @tinypine/cli
Official TinyPine CLI - Create, configure, and extend TinyPine projects in seconds!
Installation
npx @tinypine/cli new myappOr install globally:
npm install -g @tinypine/cli
tinypine new myappCommands
Create New Project
npx tinypine new myappInteractive wizard for selecting:
- Project template (Vanilla, Tailwind, SPA, SSR, UI Ready)
- Features (Router, i18n, UI Components, DevTools)
Add Module
tinypine add router
tinypine add i18n
tinypine add ui
tinypine add devtoolsStart Dev Server
tinypine serve
# or with options
tinypine serve --port 3000 --openBuild
tinypine buildFeatures
- 🚀 Fast scaffolding - Create projects in seconds
- 🎨 Multiple templates - Choose from Vanilla, Tailwind, SPA, SSR, or UI Ready
- 🔧 Modular setup - Add features as you go
- ⚡ Vite integration - Lightning-fast dev server
- 🎯 Zero config - Works out of the box
License
MIT
