Add node-env-installer plugin

This commit is contained in:
Joe Block 2020-01-10 21:51:49 -07:00
parent 4a311265ee
commit fdf143621f

View file

@ -575,6 +575,7 @@ the state of the Zsh session and to delete the plugins and snippets from the dis
* [new-file-from-template](https://github.com/zpm-zsh/new-file-from-template) - Generates file from template.
* [nice-exit-code](https://github.com/bric3/nice-exit-code) - Maps exit status code to human readable string.
* [nix-shell](https://github.com/chisui/zsh-nix-shell) - Plugin that lets you use ZSH as the default shell in a `nix-shell` environment.
* [node-env-installer](https://github.com/shiro-saber/node-env-installer) - Uses `nvm` to install new versions and modules for the current project.
* [node-path](https://github.com/andyrichardson/zsh-node-path) - Automatically adds the "npm bin" of your current directory to your path.
* [node](https://github.com/srijanshetty/node.plugin.zsh) - Srijan Shetty's nodejs plugin for ZSH with caching of `nvm` completions and autoloading of `nvm` if present.
* [nodenv](https://github.com/jsahlen/nodenv.plugin.zsh) - Auto-load `nodenv` and its completions into the shell.