Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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 1,622 weekly downloads. As such, generator-jvm popularity was classified as 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.