0.0.5-beta • Published 2 years ago

easyjdk11 v0.0.5-beta

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Download, extract and setup JDK 11 to your project

Designed for use with Lavalink

How to use?

Get started by running:

npm install easyjdk11

Setup the JDK in your project using:

const { setup } = require("easyjdk11");
setup().then(() => console.log("Installed at jdk/binaries"));

Supported plataforms

  • Windows
  • Linux
  • MacOS