├── .github └── FUNDING.yml ├── LICENSE ├── README.md ├── demo.gif └── zsh-better-npm-completion.plugin.zsh /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/zsh-better-npm-completion/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/zsh-better-npm-completion/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/zsh-better-npm-completion/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/zsh-better-npm-completion/HEAD/demo.gif -------------------------------------------------------------------------------- /zsh-better-npm-completion.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lukechilds/zsh-better-npm-completion/HEAD/zsh-better-npm-completion.plugin.zsh --------------------------------------------------------------------------------