| Crates.io | spring-boot-cli |
| lib.rs | spring-boot-cli |
| version | 0.2.2 |
| created_at | 2024-10-05 16:48:55.393263+00 |
| updated_at | 2025-09-06 13:11:30.260433+00 |
| description | A simple rust cli app to get spring starters |
| homepage | |
| repository | https://github.com/khopland/spring-cli-rust.git |
| max_upload_size | |
| id | 1398243 |
| size | 128,255 |
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
cargo install spring-boot-cli
spring-boot-cli -h
git clone https://github.com/khopland/spring-cli-rust.git
cd spring-cli-rust
cargo build --release