Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/juliangruber/yarn-aliases
- Owner: juliangruber
- Created: 2017-04-11T10:32:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T04:33:34.000Z (over 7 years ago)
- Last Synced: 2025-01-10T20:02:44.724Z (about 1 month ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 6
- Watchers: 3
- 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