Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.75 KB

yarn.md

File metadata and controls

56 lines (33 loc) · 1.75 KB

yarn

Yarn is a package manager that doubles down as project manager. Whether you work on one-shot projects or large monorepos, as a hobbyist or an enterprise user, we've got you covered.


References

Features

  • Workspaces

    Split your project into sub-components kept within a single repository.

  • Stability

    Yarn guarantees that an install that works now will continue to work the same way in the future.

  • Documentation

    Special care is put into our documentation, and we keep improving it based on your feedback.

  • Plugins

    Yarn cannot solve all your problems - but it can be the foundation for others to do it.

  • Innovation

    We believe in challenging the status quo. What should the ideal developer experience be like?

  • Openness

    Yarn is an independent open-source project tied to no company. Your support makes us thrive.

Intro

Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don't ever have to worry.

Yarn allows you to use other developers' solutions to different problems, making it easier for you to develop your software. If you have problems, you can report issues or contribute back, and when the problem is fixed, you can use Yarn to keep it all up to date.

Code is shared through something called a package. A package contains all the code being shared as well as a package.json file (called a manifest) which describes the package.

Others

  • Temporarily omitted