1.0.18 • Published 4 years ago

@lapsd/y v1.0.18

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

y – Interactively manage your Yarn versions

npm npm npm npm

Installation

Since you probably already have node, the easiest way to install y is through npm:

npm install -g @lapsd/y

Switching versions

Switching from a version to another:

y

Adding 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.5

Removing all cached versions except the current version:

y prune

For more help

Check all available commands:

y --help
1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago