Crates.io | typst-upgrade |
lib.rs | typst-upgrade |
version | 1.3.0 |
source | src |
created_at | 2024-04-11 13:13:42.703068 |
updated_at | 2024-10-19 10:19:00.50422 |
description | A tool to upgrade typst packages |
homepage | |
repository | https://github.com/Coekjan/typst-upgrade |
max_upload_size | |
id | 1204902 |
size | 67,937 |
Help you to upgrade your Typst Packages.
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
You can install typst-upgrade
via cargo
:
$ cargo install typst-upgrade
Or if you use cargo-binstall
, you can install typst-upgrade
via cargo binstall
:
$ cargo binstall typst-upgrade
You can download the prebuilt binaries from the release page.
Licensed under the MIT License.