An open API service indexing awesome lists of open source software.

https://github.com/aimable01/spring-init-cli

An alternative to the spring initializr, but via commandline interface
https://github.com/aimable01/spring-init-cli

Last synced: 8 months ago
JSON representation

An alternative to the spring initializr, but via commandline interface

Awesome Lists containing this project

README

          

# Spring CLI Init

Welcome to **Spring CLI Init**, a command-line tool that helps you quickly generate Spring Boot projects with your desired configurations.

## Features

- Generate a Spring Boot project with customizable options
- Select Java version, Spring Boot version, and dependencies
- Supports JAR packaging format
- Simple command-line interface

## Installation

```bash
npx spring-cli-init
```

### Successful installation
![image1](https://github.com/user-attachments/assets/fd5e42fb-6bfe-4fba-9a97-128c3448f7a1)
![image2](https://github.com/user-attachments/assets/0524eea7-185a-4ed4-981d-6264d71bb6cb)

Alternatively, you can install `spring-cli-init` globally using npm:

```bash
npm install -g spring-init-cli
```