spring-boot-cli

Crates.iospring-boot-cli
lib.rsspring-boot-cli
version0.2.2
created_at2024-10-05 16:48:55.393263+00
updated_at2025-09-06 13:11:30.260433+00
descriptionA simple rust cli app to get spring starters
homepage
repositoryhttps://github.com/khopland/spring-cli-rust.git
max_upload_size
id1398243
size128,255
Kristoffer Larsen Hopland (khopland)

documentation

README

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
Commit count: 0

cargo fmt