{"id":13343403,"url":"https://github.com/jungomi/yarn-bash-completion","last_synced_at":"2026-04-16T19:43:04.493Z","repository":{"id":66148667,"uuid":"75724252","full_name":"jungomi/yarn-bash-completion","owner":"jungomi","description":"Simple bash completion for yarn","archived":false,"fork":false,"pushed_at":"2017-11-27T16:41:13.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-06T19:23:32.103Z","etag":null,"topics":["bash","completion","yarn"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jungomi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-06T11:17:11.000Z","updated_at":"2021-05-14T01:16:15.000Z","dependencies_parsed_at":"2023-03-24T23:17:42.898Z","dependency_job_id":null,"html_url":"https://github.com/jungomi/yarn-bash-completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jungomi/yarn-bash-completion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jungomi%2Fyarn-bash-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jungomi%2Fyarn-bash-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jungomi%2Fyarn-bash-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jungomi%2Fyarn-bash-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jungomi","download_url":"https://codeload.github.com/jungomi/yarn-bash-completion/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jungomi%2Fyarn-bash-completion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266962343,"owners_count":24012996,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","completion","yarn"],"created_at":"2024-07-29T19:31:18.550Z","updated_at":"2026-04-16T19:43:04.448Z","avatar_url":"https://github.com/jungomi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Yarn Bash Completion\n\nSimple bash completion for [yarn][yarn].\n\n## Completion features\n\n- Subcommands\n- Options / Flags\n- `yarn run`: Scripts specified in `package.json` of the current directory.\n- `yarn remove`: Installed dependencies listed in `package.json` of the current\n  directory.\n- `yarn global remove`: Globally installed packages, which are automatically\n  listed in `$HOME/.config/yarn/global/package.json`.\n- `yarn link` / `yarn unlink`: Packages that have been linked by invoking `yarn link` without\n  any arguments in the directory of a module, which can then be used in another\n  project by running `yarn link package-name`.\n- `yarn why`: The packages in `node_modules` of the current directory.\n\n## Installation\n\nClone this repository and add a line to your `.bashrc` to automatically source\nthe `yarn.bash-completion` file.\n\n```sh\necho \"source $(pwd)/yarn.bash-completion\" \u003e\u003e ~/.bashrc\n```\n\nOr create a symbolic link in `/etc/bash_completion.d/`.\n\n```sh\nln -s $(pwd)/yarn.bash-completion /etc/bash_completion.d/yarn.bash-completion\n```\n\nAlternatively you can simply download `yarn.bash_completion` without cloning the\nrepository.\n\n```sh\ncurl -Lo /etc/bash_completion.d/yarn.bash-completion https://raw.githubusercontent.com/jungomi/yarn-bash-completion/master/yarn.bash-completion\n```\n\n[yarn]: https://github.com/yarnpkg/yarn\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjungomi%2Fyarn-bash-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjungomi%2Fyarn-bash-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjungomi%2Fyarn-bash-completion/lists"}