@lapsd/y
v1.0.18
Published
y - Interactively manage all your Yarn versions
Maintainers
Readme
y – Interactively manage your Yarn versions
Installation
Since you probably already have node, the easiest way to install y is through npm:
npm install -g @lapsd/ySwitching versions
Switching from a version to another:
yAdding specifying versions
There are a variety of ways of specifying the target yarn version for y commands. Most commands use the latest matching version.
Numeric version numbers need to be complete:
1.22.4
There are labels for versions:
latest: newest official release
Removing versions
Remove some cached versions:
y rm 0.27.5Removing all cached versions except the current version:
y pruneFor more help
Check all available commands:
y --help