Skip to content
/ zsh-yarn Public

Plugin for ZSH to install & load yarn without pain (nearly zero configuration)

License

Notifications You must be signed in to change notification settings

r17x/zsh-yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ZSH Plugin - Yarn

ZSH Plugin to install and load Yarn

Table of Content

Installation

Zinit

zinit light "ri7nz/zsh-yarn"

Zplug

zplug "ri7nz/zsh-yarn"

TODO

  • make it configurable with ZSH_YARN_VERSION in env variable
export ZSH_YARN_VERSION="v2.x.x" # (version)
export ZSH_YARN_VERSION="2.x.x" # (version)
export ZSH_YARN_VERSION="nightly-2.x.x" # need parse (version type)-(version)
export ZSH_YARN_VERSION="rc-2.x.x" # need parse (version type)-(version)
  • maybe support for yarnV2 aka berry [let's discuss]

Similar Projects

About

Plugin for ZSH to install & load yarn without pain (nearly zero configuration)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages