create-spren
v1.0.0
Published
A powerful CLI scaffold for React, Spring Boot, Node.js and more
Maintainers
Readme
Spren CLI
A powerful CLI tool for scaffolding React, Spring Boot, and Node.js projects with zero configuration.
🚀 Quick Start
# Install globally
npm install -g create-spren
# Create a new project (interactive mode)
spren create my-project
# Or create specific stack
spren create my-project --react # React only
spren create my-project --spring # Spring Boot only
spren create my-project --express # Node.js Express only
spren create my-project --all # Full-stack (React + Backend)