Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alireza-mh/iyarn

yarn for Iran
https://github.com/alireza-mh/iyarn

Last synced: about 5 hours ago
JSON representation

yarn for Iran

Awesome Lists containing this project

README

        

# iyarn
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
![NPM version](https://img.shields.io/npm/v/iyarn?color=green)

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
```sh
npm install yarn iyarn -g
```
then add your package of choice with `iyarn`.
```sh
iyarn add react react-dom
```
also you can use it without installing iyarn:
```sh
npx iyarn add react
```

## License

[MIT](https://github.com/nishanths/license/blob/master/LICENSE)