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.
npm link jm-generator
jmgen -t normal new simple-project
jmgen -t springboot new springboot-prometheus