This project, spring-initializr-cli, is developed by gabrielalmir. It is a command-line interface (CLI) tool to generate Spring Boot projects using the Spring Initializr API.
- Fetch Spring Initializr metadata
- Prompt user for project configuration
- Generate and unzip Spring Boot projects
- Clean up temporary files
To install the dependencies, run:
pnpm installTo start the CLI in development mode, run:
pnpm devTo build the project, run:
pnpm buildTo start the CLI from the built files, run:
pnpm startThis project is licensed under the MIT License.