1.0.3 • Published 3 years ago
qpb v1.0.3
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- vanilla JS/TS- Vite
 
- React- Vite
- create-react-app
- Next.js
- Remix.js
- Blitz.js
 
- Vue- Nuxt.js
- Quasar
- Vitepress
 
- Svelte- Vite
- Sveltekit
 
- preact
- Alpine
- SolidJS
 
- vanilla JS/TS
- Backend- Express
- Nest JS
 
- CLI- Node.js- create-node-cli
- Ink
 
 
- Node.js
- Desktop- Tauri
 
Development Setup
git clone http://github.com/omarbassam88/qpb.git
cd qpb
npm install