8 releases
| 0.2.3 | Feb 12, 2026 |
|---|---|
| 0.2.2 | Sep 6, 2025 |
| 0.2.0 | Apr 20, 2025 |
| 0.1.2 | Feb 10, 2025 |
| 0.0.2 | Oct 5, 2024 |
#293 in Development tools
38KB
923 lines
Spring boot CLI writen in Rust
This is a command-line tool built in Rust that allows developers to quickly create new Spring Boot projects in the terminal. this tool uses Spring Initializr API by default to generate a Spring Boot project.
Dependencies
reqwest, inquire, clap, serde, serde_json, anyhow resolve-path
Install
cargo install spring-boot-clispring-boot-cli -h
⬇️ Locally project installation
git clone https://github.com/khopland/spring-cli-rust.git
cd spring-cli-rust
cargo build --release
Dependencies
~23–38MB
~653K SLoC