Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 431 Bytes

JBWAPI Scala Template

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

Usage

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

$ cd jbwapi-scala-template

$ sbt assembly

$ java -jar target/scala-2.13/jbwapi-scala-template-assembly-0.1.jar

Tutorial

Follow the (Java) tutorial for more information