
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
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
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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.