yarnpkg / yarn
- среда, 12 октября 2016 г. в 03:13:27
JavaScript
📦 🐈 Fast, reliable, and secure dependency management for JavaScript.
Fast, reliable, and secure dependency management.
Fast: Yarn caches every package it downloads so it never needs to again. It also parallelizes operations to maximize resource utilization so install times are faster than ever.
Reliable: Using a detailed, but 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.
Read the Installation Guide on our website for detailed instructions on how to install Yarn on your operating system.
Contributions are always welcome, no matter how large or small. Before contributing, please read the code of conduct.
See Contributing.
Yarn wouldn't exist if it wasn't for excellent prior art. Yarn has been inspired by the following projects:
Thanks to Sam Holmes for donating the npm package name!