Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-09 | feat(yarn): add alias for `yarn why` (#10773) | Dmndz | |
* feat(yarn): add `yarn why` * docs(yarn): update readme Co-authored-by: Basia Józefowska <jozefowska.b@mpcreation.net> Co-authored-by: Robby Russell <robby@planetargon.com> | |||
2022-12-05 | feat(yarn): add format alias (#11368) | Noam Okman | |
2022-11-15 | docs(yarn): follow omz `zstyle` bools standard | Carlo Sala | |
2022-02-03 | feat(yarn): add setting to disable adding global dir to `$PATH` (#10642) | Carlo Sala | |
2022-01-12 | fix(yarn): update completion (#10579) | Carlo Sala | |
Fixes #10578 | |||
2021-12-29 | perf(yarn): skip `yarn` call if default global bin directory exists (#10290) | Marc Cornellà | |
Fixes #10290 | |||
2021-12-23 | feat(yarn): upgrade completion to latest version (#10516) | Carlo Sala | |
2021-12-01 | chore: fix spelling errors across the project (#10459) | Josh Soref | |
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> | |||
2021-10-07 | feat(yarn): add global bin directory to `$PATH` (#9410) | Cxarli | |
Fixes #9177 Closes #9410 | |||
2021-10-04 | feat(yarn): add `ylnf` alias to fix linting problems (#9219) | Emilien Escalle | |
2021-10-04 | feat(yarn): update completion from zsh-completions (73505e4) | Marc Cornellà | |
Fixes #10195 | |||
2020-07-09 | yarn: add alias for upgrade-interactive to the latest version (#8764) | Emilien Escalle | |
2020-01-19 | yarn: use zsh-completions latest version (493984e) | Marc Cornellà | |
2019-12-20 | yarn: add alias for yarn lint (#8481) | giovanepadawan | |
2019-10-09 | yarn: add yarn version alias (#8138) | Frani | |
2019-10-09 | yarn: use zsh-completions latest version (87e1313) | Marc Cornellà | |
Closes #7300 Closes #8115 Closes #8118 | |||
2019-10-08 | yarn: add ytc alias for test with coverage (#7664) | 14nrv | |
2019-10-01 | yarn: add Yarn Workspace aliases (#7491) | Marc Cornellà | |
2019-10-01 | yarn: add yd as yarn dev alias (#7663) | 14nrv | |
2019-10-01 | Update README: include Yarn workspace shortcuts | Caleb Williams | |
2019-01-02 | Add Yarn Workspace command aliases | Caleb Williams | |
2018-10-28 | [yarn] more aliases ^^ (#7310) | Michy Amrane | |
* more aliases ^^ | |||
2018-07-11 | yarn: add README | Marc Cornellà | |
2018-07-11 | yarn: add aliases for common commands | Marc Cornellà | |
Fixes #5722 Fixes #5864 Fixes #5920 Fixes #6566 Fixes #6579 Fixes #6686 Fixes #6740 | |||
2018-07-11 | yarn: use zsh-completions completion (ff73f40) | Marc Cornellà | |
Version: ff73f40 (2018-05-02) Fixes #5859 Fixes #5878 Fixes #5983 Fixes #6013 | |||
2018-07-10 | Yarn upgrade-interactive (#5796) | Azat S | |
* Add Yarn upgrade-ineractive CLI command * Remove dots at the end of completions | |||
2018-06-17 | Fix yarn alias that conflicts with yeoman cli (#6453) | Przemysław Włodek | |
Yeoman cli alias is 'yo' so 'yarn outdated' can't be aliased to 'yo'. See: http://yeoman.io/ | |||
2017-11-04 | Update Yarn plugin alias (#6246) | William Bautista | |
2016-11-23 | Yarn (https://yarnpkg.com) completion support (#5542) | Eduardo Bizarro | |
* yarn completion |