1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-17 16:07:49 +02:00
cheatsheets/yarn.md
Rico Sta. Cruz 4b42ffc54e
Update
2016-10-16 23:49:05 +08:00

398 B

title, category
title category
Yarn JavaScript libraries
npm yarn
npm install yarn
npm install gulp --save yarn add gulp
npm install gulp --save-dev --save-exact yarn add gulp --dev --exact
npm install -g gulp yarn global add gulp
./node_modules/.bin/gulp yarn run gulp

yarn add

--dev
--peer
--optional
--exact
--tilde