Skip to content
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Repository Overview

Nicolas Schmidt edited this page Apr 24, 2024 · 1 revision

In this article we want to give a basic overview over the shake main repository, as it is quite large and overwhelming to start with.

Build System

Shake is written in Kotlin and uses the Gradle build tool.

Shake specific stuff (shake-compiler, shake-bytecode, shake-shakespeare) can be found at /shake

Utility packages can be found at /util

Shake distribution (java) /bin

Shake distribution (browser) /bin

Files and directory in root

Clone this wiki locally