summaryrefslogtreecommitdiff
path: root/crates/typst-cli/src/package.rs
AgeCommit message (Collapse)Author
2024-12-04Clean up CLI argument parsing (#5521)Laurenz
2024-08-05Add typst-kit crate (#4540)tingerrr
2024-06-22Better error message when package version not exists (#4429)Yip Coekjan
2024-06-06Add more environment control parameters to CLI (#4227)LuizAugustoPapa
Co-authored-by: PgBiel <9021226+PgBiel@users.noreply.github.com> Co-authored-by: Tulio Martins <tulioml240@gmail.com> Co-authored-by: PepinhoJp <pepinho.jp@gmail.com>
2024-03-06Add `typst init` command (#3544)Laurenz
2024-01-31Use alternate screen and refactor terminal output. (#2665)frozolotl
2023-11-19Streamline importsLaurenz
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-08-31Display download progress for self-updating and packages (#2031)jimvdl
2023-08-01Change package search and caching pathLaurenz
Brings local packages in line with changes to the package repository. See also: https://github.com/typst/packages/issues/61
2023-07-18Extract syntax module into typst-syntax crateLaurenz
2023-07-02Move everything into `crates/` directoryLaurenz