2021-04-01 23:50:38 +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
2021-04-01 23:18:26 +02:00
2021-04-01 23:18:26 +02:00
2021-04-01 23:18:26 +02:00
2021-04-01 23:50:38 +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 installShadowDist
cd app/build/install/app-shadow/lib
native-image --no-fallback -R:MaxNewSize=32 -jar scaffold.jar

Usage

Create a generator

scaffold new generator-name
cd generator-directory

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

An example is present in this repo

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%