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
- Host: GitHub
- URL: https://github.com/aimable01/spring-init-cli
- Owner: Aimable01
- Created: 2024-10-03T06:32:41.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-03T07:20:16.000Z (over 1 year ago)
- Last Synced: 2025-09-01T21:58:27.962Z (10 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


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