typst-upgrade 1.0.2

A tool to upgrade typst packages
typst-upgrade-1.0.2 is not a library.

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
  -v, --verbose       Print more information
  -h, --help          Print help
  -V, --version       Print version

License

Licensed under the MIT License.