Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 783 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 783 Bytes

iyarn

License: MIT NPM version

Alternative yarn for iran in case default registiry is not accesseble for various reasons.

Why

Sometimes you need to install a package and there are network errors with yarn add so iyarn would come handy here to install your package quickly without changing yarn repository and create .npmrc and commit it to your project or using VPN or other methods.

Usage

npm install yarn iyarn -g

then add your package of choice with iyarn.

iyarn add react react-dom

also you can use it without installing iyarn:

npx iyarn add react

License

MIT