0.0.1 • Published 1 year ago

generator-spring-boot-plugin-clone v0.0.1

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

generator-spring-boot-plugin-clone

Generates plugin project for Spring Boot with all common classes, properties and ready git settings.

Installation

npm install -g generator-spring-boot-plugin-clone

Usage

Create a directory, go into start creating plugin project :

yo spring-boot-plugin

Enter plugin name with camel-case:

? Give a name for plugin : app

Generates maven project with name : spring-boot-app

Enter plugin package:

? What package do you want to use : uz.company

Choose plugin dependencies:

? Add Spring Boot Starters and dependencies to your application Lombok, Spring testing