Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliangruber/yarn-aliases

Commonly used yarn aliases. Fork for more!
https://github.com/juliangruber/yarn-aliases

Last synced: about 1 month ago
JSON representation

Commonly used yarn aliases. Fork for more!

Awesome Lists containing this project

README

        

# yarn-aliases

Commonly used yarn aliases. Fork for more!

## Installation

```bash
$ source aliases.sh
```

## Aliases

| Alias | Command |
|-------|---------|
| `yi` | `yarn install` |
| `ya` | `yarn add` |
| `yad` | `yarn add --dev` |
| `yga` | `yarn global add` |
| `yr` | `yarn run` |
| `yre` | `yarn run example` |
| `ys` | `yarn start` |
| `yis` | `yarn install && yarn start` |
| `yt` | `yarn test` |
| `yit` | `yarn install && yarn test` |
| `yl` | `yarn link` |
| `yu` | `yarn unlink` |

## License

MIT