All Projects → twuni → asdf-yarn

twuni / asdf-yarn

Licence: MIT license
asdf plugin for Yarn.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to asdf-yarn

asdf-elm
Elm plugin for the asdf version manager
Stars: ✭ 18 (-83.78%)
Mutual labels:  asdf, asdf-plugin
asdf-poetry
Poetry plugin for the asdf version manager
Stars: ✭ 23 (-79.28%)
Mutual labels:  asdf, asdf-plugin
asdf-haxe
Haxe plugin for the asdf version manager
Stars: ✭ 13 (-88.29%)
Mutual labels:  asdf, asdf-plugin
asdf-gcloud
☁️ GCloud CLI (Google Cloud SDK) plugin for asdf version manager. Pin gcloud versions for each project!
Stars: ✭ 24 (-78.38%)
Mutual labels:  asdf, asdf-plugin
asdf-deno
Deno plugin for the asdf version manager
Stars: ✭ 71 (-36.04%)
Mutual labels:  asdf, asdf-plugin
asdf-php
PHP plugin for the asdf version manager
Stars: ✭ 159 (+43.24%)
Mutual labels:  asdf, asdf-plugin
asdf-crystal
Crystal plugin for the asdf version manager
Stars: ✭ 60 (-45.95%)
Mutual labels:  asdf, asdf-plugin
asdf-gleam
Gleam plugin for the asdf version manager
Stars: ✭ 22 (-80.18%)
Mutual labels:  asdf, asdf-plugin
asdf-ocaml
OCaml plugin for the asdf version manager
Stars: ✭ 20 (-81.98%)
Mutual labels:  asdf, asdf-plugin
asdf-elm
elm version manager plugin for asdf.
Stars: ✭ 26 (-76.58%)
Mutual labels:  asdf, asdf-plugin
asdf-flutter
Flutter plugin for the asdf version manager
Stars: ✭ 68 (-38.74%)
Mutual labels:  asdf, asdf-plugin
winmoji
Emoji lookup for Windows 😉 https://www.winmoji.com https://twitter.com/winmoji
Stars: ✭ 79 (-28.83%)
Mutual labels:  yarn
climate-app
Climate App é uma aplicação responsável por mostrar dados climáticos (temperatura atual, umidade, velocidade do vento etc) de uma determinada cidade em tempo real. A obtenção desses dados foi feita através da open-weather-api.
Stars: ✭ 40 (-63.96%)
Mutual labels:  yarn
nuada-cli
Nuada CLI was designed to improve your development experience by using ExpressJS and Mongoose tools.
Stars: ✭ 19 (-82.88%)
Mutual labels:  yarn
React-Express-JWT-UserPortal
React.js & Express.js User portal Using Core UI, JWT, JWT Token, Refresh Token, Role & Permission management, User manamgenet, Event Log.
Stars: ✭ 22 (-80.18%)
Mutual labels:  yarn
yarn-outdated-formatter
yarn outdated --json formatter
Stars: ✭ 31 (-72.07%)
Mutual labels:  yarn
modular
Scaffold a react monorepo and its component parts.
Stars: ✭ 13 (-88.29%)
Mutual labels:  yarn
Registration-and-Login-using-MERN-stack
Simple Registration and Login component with MERN stack
Stars: ✭ 210 (+89.19%)
Mutual labels:  yarn
react-project-tpl
react project template
Stars: ✭ 32 (-71.17%)
Mutual labels:  yarn
grunt-frontend-boilerplate
🔒 Basic boilerplate to start a webapp project with Angular.js, Bootstrap and Grunt
Stars: ✭ 14 (-87.39%)
Mutual labels:  yarn

asdf-yarn

Build Status

Yarn plugin for the asdf version manager.

💡 Note: This plugin validates package authenticity via gpg.

Requirements

This plugin should work out of the box on Linux and Mac operating systems. If one of the commands needed is unavailable, it will let you know.

Installing

asdf plugin-add yarn
asdf install yarn latest

Looking for Yarn v2?

In v2.x, Yarn introduced its own version manager which can only be configured on a per-project basis. There is no "global install" variation of the v2.x release line.

To use Yarn v2.x in your project:

  1. Use this plugin to set the v1.x Yarn version for the project (e.g: asdf local yarn 1.22.10).

  2. Use Yarn to set the v2.x Yarn version for the project (e.g: yarn set version 2.4.1).

After these two steps, your project will be configured to use Yarn v2.x. If you do not wish to opt in to v2.x, then step 1 is all you need.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].