Skip to content
Las edited this page Apr 13, 2018 · 3 revisions

laspad contains two user interfaces: a CLI, and a GUI.

To use the GUI, simply execute laspad without supplying any arguments.

Concepts

A laspad project consists only of a configuration file.

It can optionally have a src folder and a dependencies folder too, which are both used when publishing the mod to workshop.

To configure a project, you must configure the laspad.toml file, which is created automatically when initialising a project in a new directory.

You can also use a lua configuration file, which will support custom build rules in the future.

When publishing, you have to choose which branch to publish. You declare a branch in the configuration file by simply creating an entry for it.

[mybranch]
name = "yes"
tags = ["no"]

will create a branch called mybranch with the name yes when published to workshop, and the tags no.

Clone this wiki locally