Skip to content

kesla/dyi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published