Package-level declarations
Types
Link copied to clipboard
class DefaultProjectCreatorTemplateProcessorFactory(info: DocumentInfo, template: String = TEMPLATE) : ProjectCreatorTemplateProcessorFactory
Implementation of ProjectCreatorTemplateProcessorFactory based on the default template, which relies on document information to fill placeholders.
Link copied to clipboard
class DocsProjectCreatorTemplateProcessorFactory(info: DocumentInfo) : ProjectCreatorTemplateProcessorFactory
Implementation of ProjectCreatorTemplateProcessorFactory for docs projects, which relies on DefaultProjectCreatorTemplateProcessorFactory, but saved to _setup.qd, plus an additional mapping for the main file that uses some example content.
Link copied to clipboard
Placeholders used in project creator templates.
Link copied to clipboard
interface ProjectCreatorTemplateProcessorFactory
Factory that creates one or multiple TemplateProcessors that generate files of a new Quarkdown project.