
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
generator-jvm
Advanced tools
Helps you quick and easy generate JVM-based (java, java ee, kotlin, scala) projects with gradle and maven build systems, docker and docker-compose for rapid development
Generate JVM (java, kotlin, scala) project with gradle / maven build systems and docker / docker-compose for rapid development
I aslo have a lot of jvm starters here, and not sure that will move all of them inside this generator
First, install Yeoman and generator-jvm using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-jvm
It's not recommended, but if you really need, you can install npm packages without audit by using:
npm install --no-audit
Then generate your new project using command line options (name
and type
):
yo jvm --name my-awesom-java-project --type java
yo jvm -n spring-boot-kotlin-project -t kotlin-spring-boot
cd my-awesom-java-project
Then generate your new project using prompt:
yo jvm
# enter projectDirectory or just press enter (default: app)
# chose projectType (default: java)
cd app
using gradle
idea build.gradle
bash gradlew
using maven
idea pom.xml
bash mvnw
docker-compose
# gradle
bash gradlew composeUp
# maven
bash mvnw docker-compose:up
java-ee (micro-profile) project
type options:
java-thorntail
java-wildfly-swarm
kotlin-thorntail
kotlin-wildfly-swarm
java-payara-micro
type options:
java-payara-micro
akka-actor project
type options:
java-akka-actor
scala-gradle-akka-actor
scala-sbt-akka-actor
akka-persistence project
type options:
scala-gradle-akka-persistence
java-ee thymeleaf project
type options:
java-ee-thymeleaf
vertx project
type options:
java-vertx
kotlin-vertx
spring cloud function web project
type options:
java-spring-cloud-function-web
kotlin-spring-cloud-function-web
spring-boot 2 / spring framework 5 project
type options:
java-spring-boot
kotlin-spring-boot
java-spring-boot-2.0.x
kotlin-spring-boot-2.0.x
spring-boot 1 / spring framework 4 project
type options:
java-spring-boot-1.x
kotlin-spring-boot-1.x
java-ee-faces project
java-ee EAR multi project
java-ee-cdi-multi-project
)type options:
java-ee-cdi-full-multi-project
java-ee-ejb-full-multi-project
java-ee project
type options:
java-ee
kotlin-ee
parent multi project
type options:
java-parent-multi-project
kotlin-parent-multi-project
simple fat project
type options:
java
kotlin
scala
scala-2.11
scala-sbt
./gradlew check
./mvnw verify site
./gradlew asciidoctor
./gradlew publish
./mvnw deploy
MIT © Maksim Kostromin
FAQs
Helps you quick and easy generate JVM-based (java, java ee, kotlin, scala) projects with gradle and maven build systems, docker and docker-compose for rapid development
The npm package generator-jvm receives a total of 104 weekly downloads. As such, generator-jvm popularity was classified as not popular.
We found that generator-jvm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.