No description
Find a file
2025-03-21 20:02:50 +01:00
src Added a TestMain class to test and run the module directly 2025-03-21 20:02:50 +01:00
testdir Updated tests and implementation 2025-03-11 18:40:36 +01:00
.gitignore PROJ: Updated ignored dirs by git 2022-01-08 20:01:57 +01:00
LICENSE Adding LICENSE 2021-08-31 14:12:29 +02:00
pom.xml Migrated to java 24 2025-03-20 17:14:26 +01:00
README.md Improved README 2025-03-20 17:21:33 +01:00

⚙ ModuleTest - a module template for ModularKit !

It's a simple module, working with the latest version of ModularKit. You can use the template for production use.

🛠 Installation & Usage

➡ Before you start

  • Fork/clone or copy the source code on a new directory.
  • Modify module config under src/main/resources/module.json
{
  "name": "ModuleTest",
  "uuid": "758ad8e8",
  "mainClass": "com.example.ModuleTest",
  "author": "Powerm1nt",
  "description": "HelloWorld Module",
  "version": "1.0.0"
}

➡ Prerequisites

  • Latest version of Git
  • Apache Maven to build
  • You need an IDE like IntelliJ Idea
  • ⏱ Time, Coffee and Patience !

➡ Installation

  • Just open your project folder on your favourite IDE.

➡ Build instructions

To build your freshly created module, inside your project directory, type:

mvn clean install

Next, go on target/ folder and take the -jar-with-dependencies variant, it's contains all your 3rd party dependencies.

Need more?

Go on our developer documentation center and checkout ModularKit, you can find more documentation, code example and support.