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 install
To start the CLI in development mode, run:
pnpm dev
To build the project, run:
pnpm build
To start the CLI from the built files, run:
pnpm start
This project is licensed under the MIT License.