No description
| src | ||
| testdir | ||
| .gitignore | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
⚙ 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.