1.0.18 • Published 5 years ago

@lapsd/y v1.0.18

Weekly downloads
8
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.17

5 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago