Skip to content
forked from yarnpkg/yarn

🐈 Cloud Computer Visualization via OpenTracing and Jaeger

License

Notifications You must be signed in to change notification settings

cloud-computer/yarn

This branch is 32 commits ahead of, 137 commits behind yarnpkg/yarn:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01a263c Β· May 5, 2019
Oct 25, 2018
Oct 2, 2018
Dec 18, 2018
Oct 23, 2018
Nov 19, 2016
Mar 26, 2018
Dec 14, 2018
Jan 14, 2019
Jan 14, 2019
Apr 17, 2019
Sep 24, 2018
Feb 11, 2017
Nov 14, 2016
Nov 27, 2017
Jan 4, 2019
Feb 27, 2018
Dec 16, 2016
Sep 24, 2018
Apr 8, 2017
Jan 10, 2019
Jan 26, 2019
Aug 24, 2016
Nov 7, 2017
May 23, 2018
May 12, 2017
Apr 17, 2019
Aug 9, 2018
Nov 14, 2018
Aug 22, 2018
May 24, 2018
May 5, 2019
Oct 4, 2018
Jan 14, 2019

Repository files navigation

Yarn

Fast, reliable, and secure dependency management.

Circle Status Appveyor Status Azure Pipelines status Discord Chat Commitizen friendly

With Jaeger and CLI Tracing for Visualizing Cloud Computer Operations

CLI Tracing

Cloud Computer Packer Image Creation Jaeger Trace

CLI Tracing

Cloud Computer Packer Image Creation CLI Trace


Fast: Yarn caches every package it has downloaded, so it never needs to download the same package again. It also does almost everything concurrently to maximize resource utilization. This means even faster installs.

Reliable: Using a detailed but concise lockfile format and a deterministic algorithm for install operations, Yarn is able to guarantee that any installation that works on one system will work exactly the same on another 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, then you can install it again without an internet connection.
  • Deterministic. The same dependencies will be installed in the same exact way on any machine, regardless of installation order.
  • Network Performance. Yarn efficiently queues requests and avoids request waterfalls in order to maximize network utilization.
  • Network Resilience. A single request that fails will not cause the entire installation to fail. Requests are automatically 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. Substantial feature requests should be proposed as an RFC. 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

🐈 Cloud Computer Visualization via OpenTracing and Jaeger

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Shell 1.1%
  • Other 0.3%