/

On this page

CLI - Project creator

The project creator is a CLI project wizard that makes it fast to set up a new Quarkdown project.

quarkdown create [directory] launches the wizard and generates the project files in the given directory (it will be created if it does not exist). Not specifying a value for directory generates the files in the working directory.

The following information will be prompted via standard input, unless the corresponding option is set via command-line arguments:

DataAdditional infoCorresponding optionGenerated Quarkdown function
Project name--name.docname
AuthorsSeparated by commas--authors.docauthors
Document typepaged/slides/plain--type.doctype
Document languageValid language tag or full name--lang.doclang
Color theme (unprompted)--color-theme.theme
Layout theme (unprompted)--layout-theme.theme

Additional options: