ProcessScope

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class OutputFile(val filePath: String, val content: String)

Data used to create a file later.

Functions

Link copied to clipboard
fun generateKotlin(filePath: String, content: String)

Generate Kotlin source in the final project.

Link copied to clipboard
fun generateMarkdown(filePath: String, content: String)

Generate a Markdown resource.

Link copied to clipboard
fun generatePublicResource(filePath: String, content: String)

Generate a general resource and put it in a location that will ultimately get served by the site.