1.0.2 • Published 1 year ago

spring-boot-cli v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.