1.0.2 • Published 4 years ago

dyi v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

dyi - David's yarn installer

A custom installer made by me, David

Installation

yarn and yarn-dedupe are peer dependencies to dyi

npm -g i dyi yarn yarn-dedupe

Usage

dyi installs and remove packages using yarn.

dyi -a react react-dom -d ts-node typescript -r babel 

Is the equivalent of running

yarn add react react-dom
yarn add ts-node typescript -D
yarn remove babel
yarn-dedupe
yarn

but in just one command. Convenient!