πŸ“¦πŸˆ Fast, reliable, and secure dependency management.
JavaScript Shell Other
Permalink
Failed to load latest commit information.
.github Update PULL_REQUEST_TEMPLATE.md Sep 26, 2016
__tests__ Git branches can have hashes as part of their name (#1489) Oct 27, 2016
bin Convert "yarn" executable to a shell script that runs either "node" o… Oct 18, 2016
flow-typed/npm Cleanup workflow (#281) Sep 6, 2016
resources Set unique version number for CI (CircleCI and AppVeyor) builds (#1230) Oct 21, 2016
scripts Set unique version number for CI (CircleCI and AppVeyor) builds (#1230) Oct 21, 2016
src Add support for NPM_CONFIG_USERCONFIG env variable - fixes #1512 (#1519) Oct 27, 2016
.babelrc Remove react Oct 11, 2016
.editorconfig first commit Jan 23, 2016
.eslintignore Misc stylings (#409) Sep 22, 2016
.eslintrc Created an .eslintrc file for the eslint configurations instead of ha… Oct 12, 2016
.flowconfig Update to Flow 0.33 (#487) Oct 4, 2016
.gitattributes Fix .gitattributes for binary files (#495) Oct 4, 2016
.gitignore Created an .eslintrc file for the eslint configurations instead of ha… Oct 12, 2016
.npmignore Add more stuff to npmignore (#581) Oct 11, 2016
.travis.yml Use Yarn package/installer on Travis/AppVeyor/CircleCI rather than npm ( Oct 16, 2016
CODE_OF_CONDUCT.md add my personal email to code of conduct Aug 24, 2016
CONTRIBUTING.md add link to LICENSE file (#723) Oct 12, 2016
LICENSE remove patents and facebook license headers Sep 16, 2016
README.md Small grammar fixes (#1515) Oct 27, 2016
appveyor.yml Set unique version number for CI (CircleCI and AppVeyor) builds (#1230) Oct 21, 2016
circle.yml Set unique version number for CI (CircleCI and AppVeyor) builds (#1230) Oct 21, 2016
gulpfile.js Lint: remove unused vars (#720) Oct 13, 2016
package.json Set unique version number for CI (CircleCI and AppVeyor) builds (#1230) Oct 21, 2016
yarn.lock Fix self-update (#676) Oct 17, 2016

README.md

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.

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!