tinymist/scripts/project-build.ps1
Myriad-Dreamin 0b4014be80
feat: CLI generate shell build script (#1219)
* feat: CLI generate shell build script

* dev: update build script sample
2025-01-28 15:13:59 +08:00

6 lines
547 B
PowerShell

# From file:docs/tinymist/book.typ to file:docs/tinymist/book.typ (pdf)
tinymist compile --save-lock --task 'file:docs/tinymist/book.typ' 'docs/tinymist/book.typ' --root '.' --format=pdf
# From file:docs/tinymist/ebook.typ to ebook-cover (svg)
tinymist compile --save-lock --task 'ebook-cover' 'docs/tinymist/ebook.typ' --root '.' --pages 1-1 --format=svg
# From file:docs/tinymist/ebook.typ to file:docs/tinymist/ebook.typ (pdf)
tinymist compile --save-lock --task 'file:docs/tinymist/ebook.typ' 'docs/tinymist/ebook.typ' --root '.' --format=pdf