Yarn: A new package manager for JavaScript
Note: This post is over 10 years old. The information may be outdated.
Facebook has launched Yarn, an open source JavaScript package manager that promises faster and more reliable installs than the massively popular npm. The company says its new creation is capable of reducing install times from several minutes to just seconds in some cases – depending on the size of the packages you’re working with, of course.
The easiest way to get started is to run:
npm install -g yarn
yarn
yarn add <package> # npm i --save <package>
Related Posts
calc.js - evaluate expressions for Math
Flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices. Powerful and easy to use.
copy.js - simple copy text to clipboard in the browser
Simple copy to clipboard. No Flash.
Resting và Spreading JavaScript Objects
Resting và spreading càng ngày được ưa chuộng vì sự tiện lợi của nó, sau đây là 7 tricks với JavaScript objects.
Javascript Weekly #9
Javascript Weekly #9: Date-DNS, chi tiết về các bản cập nhật mới của V8, React và Angular.  ## [date-fns: A Modern...
