Yarn package manager

Yarn is a new package manager for Js

a presentation by Julia Dizhak

December 18, 2017

moneypark

Yarn build by facebook team

in a collaboration with Exponent, Google and Tilde

Yarn & NPM

				 Yarn > NPM 
			

Using Yarn and Webpack instead Bower

If you go to bower.io you will see the message “while bower is maintained, we recommend using Yarn and Webpack for front-end projects"

Yarn is a fast, reliable, and secure alternative npm client.

  • ultra fast
  • mega secure (can work offline)
  • super reliable (manage our dependencies more reliably)

yarn.lock

Yarn usage

yarn add [package_name]
yarn add [package]@[version]
yarn upgrade [package]
yarn remove [package]

Resources:

Meetups in Zurich: