stencila new
Usage
stencila new [OPTIONS] <PATH>Examples
# Create a new article (default)
stencila new my-article.md
# Create a new chat document
stencila new conversation.md --type chat
# Create a new AI prompt
stencila new template.md --type prompt
# Create a document in a subdirectory
stencila new docs/report.md
# Overwrite an existing document
stencila new existing.md --forceArguments
<PATH> |
Options
-f, --force | truefalse |
-t, --type | articlechatpromptarticle |