Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 418 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 418 Bytes

JBWAPI Kotlin Template

A small template hello world bot for JBWAPI users to ease setup (using gradle).

Usage

$ git clone https://github.com/JavaBWAPI/jbwapi-kotlin-template.git

$ cd jbwapi-kotlin-template

$ gradle build

$ java -jar build/libs/jbwapi-kotlin-template-1.0-SNAPSHOT.jar

Tutorial

Follow the tutorial for more information