create-springb
v1.0.6
Published
CLI tool to generate clean-architecture Spring Boot applications
Maintainers
Readme
create-springb 🚀
A CLI tool to instantly generate clean-architecture Spring Boot applications with zero manual setup.
Inspired by tools like create-vite and Spring Initializr, this CLI helps backend developers bootstrap production-ready Spring Boot projects in seconds.
✨ Features
- ✅ Spring Boot 3 project generation
- ✅ Java 17 / Java 21 support
- ✅ Maven or Gradle selection
- ✅ Clean architecture folder structure
- ✅ Automatic dependency setup
- ✅ Lombok support
- ✅ MongoDB / SQL support
- ✅ Uses official Spring Initializr API
📦 Installation & Usage
No installation required. Run it directly using npx:
npx create-springb your-app-name🚀 Next Steps
Once your project is generated:
- Navigate to your project:
cd your-app-name - Run the application:
- For Maven:
./mvnw spring-boot:run - For Gradle:
./gradlew bootRun
- For Maven:
📄 License
This project is licensed under the MIT License.
👤 Author
Ayush Raj
- GitHub: Ayushh23
- LinkedIn: ayushraj2313
