Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 785 Bytes

README.md

File metadata and controls

54 lines (45 loc) · 785 Bytes

Quick Project Builder

A terminal Command Line interface to quickly scaffold different projects with standard tools and architecture.

Installation

npm i -g qpb

Usage

qpb

Templates

  • 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
  • Backend
    • Express
    • Nest JS
  • CLI
    • Node.js
      • create-node-cli
      • Ink
  • Desktop
    • Tauri

Development Setup

git clone http://github.com/omarbassam88/qpb.git
cd qpb
npm install