Skip to content

nemi-fi/gaztec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aztec version manager

Manage your aztec versions without hussle. Automatically switch between versions in projects by creating a .gaztecrc file.

Installation

npm i -g gaztec

You can also install it locally and use it in your project:

npm i gaztec -D

WARNING: 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

About

Aztec version manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages