An open API service indexing awesome lists of open source software.

https://github.com/ajnasz/zsh-npm-completion

Completion definitions for npm on zsh
https://github.com/ajnasz/zsh-npm-completion

zsh-completions zsh-plugin zsh-plugins

Last synced: 4 months ago
JSON representation

Completion definitions for npm on zsh

Awesome Lists containing this project

README

          

# ZSH completion for npm

Clone the repository

```sh
git clone git@github.com:Ajnasz/zsh-npm-completion.git /path/to/somewhere/zsh-npm-completion
```

Add it to `fpath` in you `.zshrc` so it will be loaded when needed

```zsh
fpath=(/path/to/somewhere/zsh-npm-completion $fpath)
```

## oh-my-zsh

If you use oh-my-zsh you must disable the npm plugin as it conflicts with the completion functions of this plugin.