码迷,mamicode.com
首页 > 编程语言 > 详细

[Yarn] A JavaScript Package Manager

时间:2016-10-13 07:42:27      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:

Yarn is a new JavaScript package manager that aims to be speedy, deterministic, and secure. See how easy it is to drop yarn in where you were using npm before, and get faster, more reliable installs.

 

// install
npm i -g yarn

// with package.json
// type "yarn" will install all the package in a shroter than than npm
yarn

 

[Yarn] A JavaScript Package Manager

标签:

原文地址:http://www.cnblogs.com/Answer1215/p/5955019.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!