5 releases
new 0.1.2 | Feb 10, 2025 |
---|---|
0.1.1 | Feb 8, 2025 |
0.1.0 | Feb 2, 2025 |
0.0.2 | Oct 5, 2024 |
0.0.1 | Oct 5, 2024 |
#57 in Profiling
333 downloads per month
39KB
939 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-cli
spring-boot-cli -h
⬇️ Locally project installation
git clone https://github.com/khopland/spring-cli-rust.git
cd spring-cli-rust
cargo build --release
Dependencies
~9–21MB
~283K SLoC