upsft-0.0.1 is not a library.
About
It is a simple cli tool, which you can use to update multiple dependencies.
Installation
Install upsft using Cargo:
If you already have Rust installed, this will download, build, and install the binary into ~/.cargo/bin.
If you do not have Rust yet, install it first with rustup:
|
To update upsft later, run:
Usage
- Setup the config file
config.tomlyou can create it usinginitcommand
This creates a
config.tomlfile in~/.config/upsft/config.tomlwhich is default location for configs in a mac
- Now fill the config toml see the below example
[]
= "brew update"
= "npm update -g"
= "pnpm update -g"
- Now save the file and run upsft from terminal from home directory, it will start executing update commands