spring-boot-cli 0.2.0

A simple rust cli app to get spring starters
spring-boot-cli-0.2.0 is not a library.

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