spring-boot-cli
v1.0.3
Published
CLI for Spring Boot
Downloads
64
Maintainers
Readme
Spring Boot CLI
Introduction
An CLI application that can be used to create a Spring Boot project with a starter template.
Template
The template is a simple Spring Boot project with a same utility classes and authentication.
For more information, please refer to the template project.
Usage
To create a new project, run the following command:
npx spring-boot-cli create <project-name>
Installation
You can also install the CLI globally:
npm install -g spring-boot-cli
Then you can run the following command:
spring-boot-cli create <project-name>
Note: You can also use sc
as an alias for spring-boot-cli
.
License
This project is licensed under the MIT License - see the LICENSE file for details.