https://github.com/juliangruber/yarn-aliases
Commonly used yarn aliases. Fork for more!
https://github.com/juliangruber/yarn-aliases
Last synced: 15 days ago
JSON representation
Commonly used yarn aliases. Fork for more!
- Host: GitHub
- URL: https://github.com/juliangruber/yarn-aliases
- Owner: juliangruber
- Created: 2017-04-11T10:32:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T04:33:34.000Z (almost 8 years ago)
- Last Synced: 2025-05-09T00:56:16.644Z (15 days ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-repos - juliangruber/yarn-aliases - Commonly used yarn aliases. Fork for more! (Shell)
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