/jm-generator

Helps you create a new Java Maven Spring project via shorter command line

Primary LanguageJavaScript

Java Maven Project Generator

This command line tool helps you create a new Java Maven project with a specified Group ID and Artifact ID. It generates the necessary project structure, including the pom.xml file and a sample Test.java file with a 'Hello, World!' program.

install commands

npm link jm-generator

Create normal project

jmgen -t normal new simple-project

Create spring boot project

jmgen -t  springboot new springboot-prometheus