weborbit
v1.6.0
Published
Beginner-friendly JavaScript project scaffolder
Downloads
49
Maintainers
Readme
weborbit
Beginner-friendly JavaScript project scaffolder. Generates Vanilla or React (Vite) projects with optional Tailwind CSS and optional Express backend.
Features
- Vanilla or React (Vite) templates
- Optional Tailwind CSS setup
- Optional Express backend in a
server/folder - Safe prompts with input validation
--yesmode for scriptable usage--installto auto-install dependencies- Flags for name/framework/styling/backend
Install / Run
npx weborbitOr install globally:
npm install -g weborbit
weborbitUsage
weborbit
weborbit --yes
weborbit --install
weborbit --yes --install
weborbit --name my-app --framework react --styling tailwind --backendExample Output
🎉 Project ready!
Next steps:
cd my-app
npm install
npm run devTemplates
- Vanilla (CSS): Vite + HTML/CSS/JS
- React (CSS): Vite + React
- Vanilla (Tailwind): Vite + Tailwind config
- React (Tailwind): Vite + Tailwind config
- Backend (optional): Express server in
server/
Notes
- If you use
--install, dependencies are installed automatically. - If a target folder already exists, the CLI exits with a clear error.
