Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alireza-mh/iyarn
- Owner: alireza-mh
- Created: 2020-10-01T11:29:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-03T18:04:41.000Z (over 3 years ago)
- Last Synced: 2024-07-12T16:15:04.410Z (4 months ago)
- Language: TypeScript
- Size: 11.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)