Skip to content

Instantly share code, notes, and snippets.

@thiagodebastos
Last active June 9, 2017 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagodebastos/c44a3c7626baf32fe952976700af8ca4 to your computer and use it in GitHub Desktop.
Save thiagodebastos/c44a3c7626baf32fe952976700af8ca4 to your computer and use it in GitHub Desktop.
Easily update Yarn to any version
# latest: yup
# release candidate: yup rc
# nightly: yup nightly
function yup {
curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --"$1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment