#cli #spring

app spring-boot-cli

A simple rust cli app to get spring starters

7 releases

0.2.2 Sep 6, 2025
0.2.1 Sep 6, 2025
0.2.0 Apr 20, 2025
0.1.2 Feb 10, 2025
0.0.2 Oct 5, 2024

#435 in Development tools

Download history 166/week @ 2025-09-01 54/week @ 2025-09-08 15/week @ 2025-09-15 1/week @ 2025-09-22 10/week @ 2025-09-29 2/week @ 2025-10-06

327 downloads per month

Apache-2.0

38KB
924 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

  1. cargo install spring-boot-cli
  2. 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

~22–35MB
~583K SLoC