CliOptions

constructor(source: File?, outputDirectory: File?, libraryDirectory: File?, clean: Boolean, nodePath: String?, npmPath: String?)

Parameters

source

main source file to process

outputDirectory

the output directory to save resource in, if set

libraryDirectory

the directory to load .qmd library files from

clean

whether to clean the output directory before generating new files

nodePath

path to the Node.js executable

npmPath

path to the npm executable