qpb
v1.0.3
Published
Quick Project Builder
Readme
Quick Project Builder
A terminal Command Line interface to quickly scaffold different projects with standard tools and architecture.
Installation
npm i -g qpbUsage
qpbTemplates
- [ ] Frontend
- [x] vanilla JS/TS
- [ ] Vite
- [ ] React
- [x] Vite
- [ ] create-react-app
- [ ] Next.js
- [ ] Remix.js
- [ ] Blitz.js
- [ ] Vue
- [x] Nuxt.js
- [x] Quasar
- [ ] Vitepress
- [x] Svelte
- [x] Vite
- [x] Sveltekit
- [x] preact
- [ ] Alpine
- [ ] SolidJS
- [x] vanilla JS/TS
- [x] Backend
- [x] Express
- [x] Nest JS
- [x] CLI
- [x] Node.js
- [x] create-node-cli
- [x] Ink
- [x] Node.js
- [x] Desktop
- [x] Tauri
Development Setup
git clone http://github.com/omarbassam88/qpb.git
cd qpb
npm install