https://github.com/maxmellon/yarn_completion
yarn command completion for zsh
https://github.com/maxmellon/yarn_completion
Last synced: 8 months ago
JSON representation
yarn command completion for zsh
- Host: GitHub
- URL: https://github.com/maxmellon/yarn_completion
- Owner: MaxMEllon
- License: mit
- Created: 2016-10-12T04:37:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T06:18:17.000Z (about 9 years ago)
- Last Synced: 2025-10-13T13:05:50.400Z (8 months ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
About
---
[yarn](https://github.com/yarnpkg/yarn) (Fast, reliable, and secure dependency management for JavaScript.) command completion for zsh.
Requirements
---
- zsh
Installation
---
- install with [zplug](https://github.com/zplug/zplug):
```bash
zplug "maxmellon/yarn_completion"
```
LICENSE
---
- [MIT](./LICENSE.txt)
(c) MaxMellon (Kento TSUJI)