#typst #cli #upgrade #packages #typst-package

app typst-upgrade

A tool to upgrade typst packages

11 releases (4 stable)

new 1.2.0 Apr 29, 2024
1.1.0 Apr 27, 2024
0.4.0 Apr 25, 2024
0.3.2 Apr 12, 2024
0.1.1 Apr 11, 2024

#102 in Development tools

Download history 385/week @ 2024-04-08 15/week @ 2024-04-15 437/week @ 2024-04-22

837 downloads per month

MIT license

31KB
765 lines

Typst Upgrade

Help you to upgrade your Typst Packages.

Usage

To upgrade your typst-package dependencies, you can use the following command (assuming your project located in /path/to/your/project):

$ typst-upgrade /path/to/your/project

See typst-upgrade --help for more information:

$ typst-upgrade --help
A tool to upgrade typst packages

Usage: typst-upgrade [OPTIONS] <TYPST_ENTRY_PATHS>...

Arguments:
  <TYPST_ENTRY_PATHS>...  

Options:
  -d, --dry-run        Dry run without editing files
  -i, --incompatible   Allow incompatible upgrades
      --color <COLOR>  [default: auto] [possible values: auto, always, never]
      --diff <DIFF>    [default: short] [possible values: short, full, none]
  -v, --verbose        Print more information
  -h, --help           Print help
  -V, --version        Print version

License

Licensed under the MIT License.

Dependencies

~9–22MB
~335K SLoC