{"id":13494669,"url":"https://github.com/BuonOmo/yarn-extra-completion","last_synced_at":"2025-03-28T14:31:35.499Z","repository":{"id":40661426,"uuid":"92710447","full_name":"BuonOmo/yarn-extra-completion","owner":"BuonOmo","description":"ZSH completion plugin for yarn","archived":false,"fork":false,"pushed_at":"2022-11-10T10:58:12.000Z","size":2459,"stargazers_count":38,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-18T05:34:43.634Z","etag":null,"topics":["completion","plugin","yarn","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"lukechilds/zsh-better-npm-completion","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BuonOmo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-05-29T05:47:25.000Z","updated_at":"2024-12-18T10:38:31.000Z","dependencies_parsed_at":"2023-01-14T10:45:28.693Z","dependency_job_id":null,"html_url":"https://github.com/BuonOmo/yarn-extra-completion","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuonOmo%2Fyarn-extra-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuonOmo%2Fyarn-extra-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuonOmo%2Fyarn-extra-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuonOmo%2Fyarn-extra-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BuonOmo","download_url":"https://codeload.github.com/BuonOmo/yarn-extra-completion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246046014,"owners_count":20714886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["completion","plugin","yarn","zsh"],"created_at":"2024-07-31T19:01:27.048Z","updated_at":"2025-03-28T14:31:34.007Z","avatar_url":"https://github.com/BuonOmo.png","language":"Shell","funding_links":[],"categories":["Shell","Completions"],"sub_categories":["ZSH on Windows"],"readme":"# yarn-extra-completion\n\nThis plugin is greatly inspired by [zsh-better-npm-completion](https://github.com/lukechilds/zsh-better-npm-completion). It works the same way, as you can see with `npm` demo:\n\n\u003cimg src=\"demo.gif\" width=\"690\"\u003e\n\n* Makes `yarn add` recommendations from npm cache,\n* Makes `yarn remove` recommendations from `dependencies`/`devDependencies`,\n* Shows detailed information on script contents for `npm run`,\n* Calls already installed yarn completion for any other command.\n\n# Pre-requisites\n\nYou'll need [jq](https://stedolan.github.io/jq/download/).\n\nIt is strongly suggested that you also have the default yarn suggestion under\nthe name of `_yarn`. Or that you set `YARN_EXTRA_COMPLETION_DEFAULT=_your_default_function`.\n\n## Installation\n\n### Using [Antigen](https://github.com/zsh-users/antigen)\n\nBundle `zsh-better-npm-completion` in your `.zshrc`\n\n```shell\nantigen bundle buonomo/yarn-extra-completion\n```\n\n### Using [zplug](https://github.com/b4b4r07/zplug)\nLoad `zsh-better-npm-completion` as a plugin in your `.zshrc`\n\n```shell\nzplug \"buonomo/yarn-extra-completion\", defer:2\n\n```\n### Using [zgen](https://github.com/tarjoilija/zgen)\n\nInclude the load command in your `.zshrc`\n\n```shell\nzgen load buonomo/yarn-extra-completion\n```\n\n### As an [Oh My ZSH!](https://github.com/robbyrussell/oh-my-zsh) custom plugin\n\nClone `yarn-extra-completion` into your custom plugins repo\n\n```shell\ngit clone https://github.com/buonomo/yarn-extra-completion ~/.oh-my-zsh/custom/plugins/yarn-extra-completion\n```\nThen load as a plugin in your `.zshrc`\n\n```shell\nplugins+=(yarn-extra-completion)\n```\n\n### Manually\nClone this repository somewhere (`~/.yarn-extra-completion` for example)\n\n```shell\ngit clone https://github.com/buonomo/yarn-extra-completion.git ~/.yarn-extra-completion\n```\nThen source it in your `.zshrc`\n\n```shell\nsource ~/.yarn-extra-completion/yarn-extra-completion.plugin.zsh\n```\n\n## License\n\nMIT © Ulysse Buonomo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBuonOmo%2Fyarn-extra-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBuonOmo%2Fyarn-extra-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBuonOmo%2Fyarn-extra-completion/lists"}