quarto
Verified for current stable LTS
Quarto Command: Create New Project
Use for create new project with Quarto. Exact CLI syntax to create new project using Quarto.
When to use this: Use for create new project with Quarto.
Command Syntax
quarto create-project <path/to/destination_directory> --type <book|default|website> quarto create-project <path/to/destination_directory> --type <book|default|website> Command Breakdown
--type- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create new project using Quarto.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Quarto Command: Create New Blog Website
quarto create-project <path/to/destination_directory> --type <website> --template <blog> Quarto Command: Publish Document Or Project To Quarto Pub quarto publish <quarto-pub|gh-pages|connect|netlify> Quarto Command: Render And Preview Document Or Website quarto preview <path/to/destination_directory|path/to/file> Quarto Command: Render Input Files Different Formats quarto render <path/to/file.[qmd|rmd|ipynb]> --to <html|pdf|docx> Ack Command: Limit Search To Specific File Type ack -t <ruby> "<search_pattern>"