2023-05-07 18:00:44 +02:00
2023-05-07 17:36:39 +02:00
2023-05-07 16:56:34 +02:00
2021-04-01 23:18:26 +02:00
2021-04-01 23:18:26 +02:00
2023-05-07 16:56:34 +02:00
2021-04-01 23:18:26 +02:00
2021-04-01 23:18:26 +02:00
2021-04-01 23:18:26 +02:00

Scaffold

Build

./gradlew installShadowDist
cd app/build/install/app-shadow

Move the executable somewhere in your $PATH

Or build a native image with GraalVM

./gradlew buildNative
cd app/build/native

Usage

Create a generator

scaffold new generator-name
cd generator-directory

You can then add Pebble templates and files in the tree directory

An kotlin example is present here

List generators

scaffold list

Generate a project

scaffold generate generator-name --output output-directory
Description
No description provided
Readme 176 KiB
1.0 Latest
2021-04-01 23:53:47 +02:00
Languages
Kotlin 99.3%
JavaScript 0.7%