by default [PATH] is the directory kaledis is executed on.
Initializes a new Love2D project.
kaledis init [PATH]
It initiates the project with this files:
├───.vscode
├───assets
├───love
└───modules
Transpiles the project and builds a .love file inside the '.build' directory.
kaledis build [PATH] -o
it will generate a folder looking like this:
Compiles the project into a executable inside the 'dist' folder.
kaledis compile [PATH] -o
The -o flag joins all files in a single one.
Watches for changes in your project, builds and executes love automatically/manual
kaledis dev [PATH]
Tries to update to the latest release using github releases.
kaledis update