Skip to content

Proto

Global proto toolchain configuration.

Location

FileSymlinked to
config/proto/.prototools~/.prototools

Managed tools

ToolVersion
bunlatest
nodelatest
npmbundled (with Node)
pnpmlatest

Settings

SettingValueDescription
auto-installtrueAutomatically install tools when missing
auto-cleantrueClean up old tool versions automatically
pin-latestglobalPin latest resolves globally
node.bundled-npmtrueBundle npm with the Node installation
npm.shared-globals-dirtrueShare npm global packages directory

Usage

sh
# Install all tools defined in .prototools
proto install

# Upgrade all tools to their latest version
proto upgrade

# List installed tool versions
proto list