{"id":13496121,"url":"https://github.com/dsifford/yarn-completion","last_synced_at":"2025-04-05T04:12:02.468Z","repository":{"id":19989721,"uuid":"88385029","full_name":"dsifford/yarn-completion","owner":"dsifford","description":"Bash completion for Yarn","archived":false,"fork":false,"pushed_at":"2024-06-03T06:21:02.000Z","size":92,"stargazers_count":278,"open_issues_count":7,"forks_count":25,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-29T03:07:05.776Z","etag":null,"topics":["autocompletion","bash","bash-completion","completion","yarn","yarn-completion","yarnpkg"],"latest_commit_sha":null,"homepage":"","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/dsifford.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-16T01:58:17.000Z","updated_at":"2025-01-13T01:44:05.000Z","dependencies_parsed_at":"2024-01-16T09:53:30.403Z","dependency_job_id":"550d22bf-cf87-4bc9-b6b6-fda046185b95","html_url":"https://github.com/dsifford/yarn-completion","commit_stats":{"total_commits":132,"total_committers":10,"mean_commits":13.2,"dds":0.08333333333333337,"last_synced_commit":"73fe6781037336d210ba25b9dd0e90a335839e58"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsifford%2Fyarn-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsifford%2Fyarn-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsifford%2Fyarn-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dsifford%2Fyarn-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dsifford","download_url":"https://codeload.github.com/dsifford/yarn-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284951,"owners_count":20913704,"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":["autocompletion","bash","bash-completion","completion","yarn","yarn-completion","yarnpkg"],"created_at":"2024-07-31T19:01:42.590Z","updated_at":"2025-04-05T04:12:02.443Z","avatar_url":"https://github.com/dsifford.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# yarn-completion ![](https://github.com/dsifford/yarn-completion/workflows/build/badge.svg)\n\n\u003e Bash ^4.x completion for [Yarn](https://github.com/yarnpkg/yarn)\n\n## Installation\n\nTo enable on-demand completion loading, download the completion file to the predefined bash-completion user directory.\n\n```sh\nmkdir -p \"${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions/\"\ncurl -o \"${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions/yarn\" \\\n\thttps://raw.githubusercontent.com/dsifford/yarn-completion/master/yarn-completion.bash\n```\n\n### Installation on macOS with Homebrew\nTo use this script on macOS, we need to install [bash](https://www.gnu.org/software/bash/) and [bash-completion](https://github.com/scop/bash-completion) in addition to the above script.\n\n1.  `bash` version ^4.x.x is **required**.\n\n    ```bash\n    brew install bash\n\n    # Add installed bash to /etc/shells\n    sudo echo /usr/local/bin/bash \u003e\u003e /etc/shells\n\t# or\n\techo /usr/local/bin/bash | sudo tee -a /etc/shells\n\n    # Set installed bash as your default login shell\n    chsh -s /usr/local/bin/bash\n    ```\n\n2.  Install `bash-completion@2` if you have not done it yet:\n\n    ```bash\n    brew install bash-completion@2\n    ## + copy one line to ~/.bash_profile as instructed by brew after bash-completion setup\n    ```\n\n3.  Restart Terminal.\n\n## FAQ\n\n\u003e Will you support bash 3?\n\n**No**. Bash 3 is now 9 years outdated (at time of writing). There is no conceivable reason why anybody would or should still be using bash 3. Upgrade to the latest version of bash.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsifford%2Fyarn-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsifford%2Fyarn-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsifford%2Fyarn-completion/lists"}