Skip to content
/ yarn Public
forked from yarnpkg/yarn

πŸ“¦πŸˆ Fast, reliable, and secure dependency management.

License

Notifications You must be signed in to change notification settings

chrisirhc/yarn

This branch is 4 commits ahead of, 1168 commits behind yarnpkg/yarn:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a9ec96 Β· Jan 4, 2017
Nov 26, 2016
Jan 4, 2017
Dec 15, 2016
Nov 19, 2016
Jan 3, 2017
Dec 20, 2016
Dec 14, 2016
Jan 4, 2017
Oct 11, 2016
Nov 14, 2016
Sep 22, 2016
Oct 12, 2016
Jan 3, 2017
Dec 16, 2016
Jan 2, 2017
Oct 11, 2016
Jan 3, 2017
Aug 24, 2016
Nov 24, 2016
Sep 16, 2016
Dec 3, 2016
Jan 3, 2017
Nov 22, 2016
Nov 27, 2016
Jan 3, 2017
Jan 3, 2017

Repository files navigation

Yarn

Fast, reliable, and secure dependency management.

Travis Status Circle Status Appveyor Status Discord Chat


Fast: Yarn caches every package it downloads so it never needs to download the same package again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.

Reliable: Using a detailed, concise lockfile format and a deterministic algorithm for installs, Yarn is able to guarantee that an install that worked on one system will work exactly the same way on any other system.

Secure: Yarn uses checksums to verify the integrity of every installed package before its code is executed.

Features

  • Offline Mode. If you've installed a package before, you can install it again without any internet connection.
  • Deterministic. The same dependencies will be installed in the same exact way on any machine, regardless of install order.
  • Network Performance. Yarn efficiently queues up requests and avoids request waterfalls in order to maximize network utilization.
  • Network Resilience. A single request failing won't cause an install to fail. Requests are retried upon failure.
  • Flat Mode. Yarn resolves mismatched versions of dependencies to a single version to avoid creating duplicates.
  • More emojis. 🐈

Installing Yarn

Read the Installation Guide on our website for detailed instructions on how to install Yarn.

Using Yarn

Read the Usage Guide on our website for detailed instructions on how to use Yarn.

Contributing to Yarn

Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.

See Contributing.

Prior art

Yarn wouldn't exist if it wasn't for excellent prior art. Yarn has been inspired by the following projects:

Credits

Thanks to Sam Holmes for donating the npm package name!

About

πŸ“¦πŸˆ Fast, reliable, and secure dependency management.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.1%
  • Shell 2.5%
  • Other 0.4%