faceroll tooling management.
Auto install plugins for tooling described in a .tool-versions
file, then install the tooling.
- copy
setup.sh
into the root of your project chmod +x ./setup.sh
- commit it
- run it
- determine your tooling: ie: node, rust and yarn
- create a
.tool-versions
in your project (next to the./setup.sh
)
nodejs 18.17.0
rust 1.71.1
yarn 1.22.19
- run
setup.sh
again