Spring Boot CLI / User guide
Spring Boot without the blank page.
A terminal-first toolkit for creating, shaping, and shipping Spring Boot projects with less ceremony.
Native executable / no Bun or Node runtime required
# start with a name
$ spring-cli create inventory
? groupId com.example
? artifactId inventory
+ project scaffolded
+ architecture ready
next cd inventory && spring-cli run
02 / Documentation system
A clear path from command to code.
Guides, references, and patterns for keeping Spring Boot work moving.
01Start with intent
Choose a project shape and let the CLI carry the setup weight.
02Stay in the flow
Generate components, inspect dependencies, and run the app from one surface.
03Ship with confidence
Use a validated project config and repeatable commands from day one.