Code

Peakaboo's source code is hosted on GitHub.

Library and Plugins

Peakaboo can also be used as a library. This is also the easiest target to build custom plugins against.

Building

Peakaboo builds and manages its dependencies with maven.

To build Peakaboo, run mvn package in the project's root directory, and it will produce a runnable jar file you can invoke with the java -jar <JARNAME> command.