πŸ“¦πŸˆ Fast, reliable, and secure dependency management.
JavaScript Shell Other
Latest commit 9533405 Jan 31, 2017 @voxsim voxsim committed with bestander add Named Constructor for Config and create a real NoopReporter (#2594)
* create a named constructor for the class Config; remove every useless import from other files

* create a real noop reporter and use base reporter when it is useful
Permalink
Failed to load latest commit information.
.github Add public repository hint for issue creators (#1983) Nov 26, 2016
__tests__ add Named Constructor for Config and create a real NoopReporter (#2594) Jan 31, 2017
bin Fix clause termination (#2562) Jan 26, 2017
end_to_end_tests Delete Docker container after test runs Nov 19, 2016
flow-typed/npm Upgrade to [email protected] / fix some typings (#2307) Jan 3, 2017
resources (2301) Release notes in Chocolatey package Dec 20, 2016
scripts Do not hardcode basedir in bin/yarn (#2455) Jan 16, 2017
src add Named Constructor for Config and create a real NoopReporter (#2594) Jan 31, 2017
.babelrc Remove react Oct 11, 2016
.editorconfig Allow token replacement of .npmrc configuration with env vars (#1207) Nov 14, 2016
.eslintignore Misc stylings (#409) Sep 22, 2016
.eslintrc Created an .eslintrc file for the eslint configurations instead of ha… Oct 12, 2016
.flowconfig Upgrade to [email protected] / fix some typings (#2307) Jan 3, 2017
.gitattributes Set tgz files as binary in git (#2273) Dec 16, 2016
.gitignore Remove .DS_store this should also be in a global .gitignore (#2506) Jan 20, 2017
.npmignore Add more stuff to npmignore (#581) Oct 11, 2016
.travis.yml travis: Use the built-in yarn support (#2391) Jan 5, 2017
CODE_OF_CONDUCT.md add my personal email to code of conduct Aug 24, 2016
CONTRIBUTING.md Update CONTRIBUTING.md to reflect the necessary steps (#2020) Nov 24, 2016
LICENSE remove patents and facebook license headers Sep 16, 2016
README.md Match CircleCI badge visually to the other badges (#2131) Dec 3, 2016
appveyor.yml [CI] Configured Travis OSX builds to run in 1 thread for stability (#… Jan 4, 2017
circle.yml supported non stable releases by default according to yarnpkg/website… Jan 7, 2017
gulpfile.js add build option to generate sourcemaps (#1688) Nov 27, 2016
package.json Drop `diff`. (#2592) Jan 31, 2017
yarn.lock Drop `diff`. (#2592) Jan 31, 2017

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.

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!