yarn-completion icon indicating copy to clipboard operation
yarn-completion copied to clipboard

Bash completion for Yarn

Results 7 yarn-completion issues
Sort by recently updated
recently updated
newest added

Hello @dsifford , first I want to thank you for this great autocompletion script, I use yarn berry version (v2/v3) and the completion work for most of commands except for...

Placing the completion script in `/usr/share/bash-completion/completions` is not enough. How can I make it work?

Hi, I don't know how completions work internally and whether completions for Zsh are something completely different than completions for Bash but it would be awesome if this package worked...

Works for me on zsh 5.8.1 (x86_64-ubuntu-linux-gnu) when adding the following to ~/.zshrc: ```sh source yarn-completion.bash ```

I have some scripts in my package.json which contain the `:` character, this is common for commands such as `build:dev` or `build:prod` and `lint:fix` or `lint:errors` but this bash script...