Kobalt is licensed under Apache 2.0
You can contribute code and report issues at the Kobalt Github Repo
#kobalt
channel.
kobalt-users
, the mailing-list for Kobalt users.kobalt-dev
, the mailing-list for Kobalt developers. This mailing-list is for people interested in writing code for Kobalt, either the core, or writing plug-ins, or just to follow various technical discussions about Kobalt's internals.Here is how to configure your development environment.
Kobalt's main class is com.beust.kobalt.MainKt
. Here is a typical launch configuration:
A few observations:
--dev
, which will add the class
name and thread information to each log line.