Package-level declarations

Types

Link copied to clipboard
data class CliOptions(val source: File?, val outputDirectory: File?, val libraryDirectory: File?, val clean: Boolean, val nodePath: String?, val npmPath: String?)

Options that affect the behavior of the Quarkdown CLI, especially I/O. For pipeline-related options, see com.quarkdown.core.pipeline.PipelineOptions.

Link copied to clipboard

Utility to initialize a Pipeline.

Link copied to clipboard
class QuarkdownCommand : CliktCommand

Main command of Quarkdown CLI, which delegates to subcommands.

Functions

Link copied to clipboard
fun main(args: Array<String>)