genpro-cli
v0.11.0
Published
CLI to generate UI/API/Fullstack projects from versioned GitHub templates
Downloads
116
Maintainers
Readme
🚀 GenPro CLI
CLI tool to generate UI / API / Fullstack projects from versioned GitHub templates.
✨ Features
- 📦 Select project type (ui / api / fullstack)
- 🔢 Select template version
- ⬇️ Downloads template at runtime from GitHub
- 🧱 Clean project scaffold
- ⚡ Simple and fast
📦 Installation
Global Install
npm install -g genpro-cli🚀 Usage
genproYou will be prompted for:
- Project type
- Template version
- Project name
📁 Template Repository Structure
Templates are pulled from Gen Pro Templates Repo
Put together some templates in UI which is available Boilerplate Hub
🛠 Example
genpro? Select project type: ui
? Select template version: v1
? Project name: my-appCreates:
my-app/Quick way to get templates
Here you can pass the project type, template version and project name in single command
For API
genpro --api --version=v1 --name=api-app-v1
For UI
genpro --ui --version=v1 --name=ui-app-v1🧠 Tech Stack
- inquirer
- degit
📜 License
MIT
