gaztec
v0.1.0
Published
Aztec version manager
Readme
Aztec version manager
Installation
npm i -g gaztecYou can also install it locally and use it in your project:
npm i gaztec -DWARNING: if you use pnpm or yarn, you must use npx gaztec instead of pnpm gaztec or yarn gaztec.
Use in your project
# create a file that defines the version of Aztec for your project
echo "2.0.3" > .gaztecrc
# use `gaztec` where you would use `aztec`
gaztec --version
#> 2.0.3
# replacement for `aztec-nargo`
gaztec-nargo
# replacement for `aztec-postprocess-contract`
gaztec-postprocess-contract