[Yarn] A JavaScript Package Manager

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

 

posted @ 2016-10-13 02:06  Zhentiw  阅读(224)  评论(0编辑  收藏  举报