You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Indrajit Raychaudhuri b68b7d8f42 node: Revamp and optimize 'node' module 3 years ago
..
functions node: Revamp and optimize 'node' module 3 years ago
README.md node: Revamp and optimize 'node' module 3 years ago
init.zsh node: Revamp and optimize 'node' module 3 years ago

README.md

Node.js

Provides utility functions for Node.js, loads the Node Version Manager, and enables npm completion.

nvm

nvm allows for managing multiple, isolated Node.js installations in the home directory.

This will be loaded automatically if nvm is installed in $NVM_DIR, $XDG_CONFIG_HOME/nvm, ~/.nvm, or is installed with homebrew.

nodenv

nodenv does one thing well - it is concerned solely with switching Node versions. It is simple and predictable, Just Works, and is rock solid in production. nodenv is forked from the popular rbenv.

This will be loaded automatically if nodenv is installed in $NODENV_ROOT, $XDG_CONFIG_HOME/nodenv, ~/.nodenv, or nodenv is on the path.

Functions

  • node-doc opens the Node.js online API documentation in the default browser.
  • node-info exposes information about the Node.js environment via the $node_info associative array.

Theming

To display the version number of the current Node.js version, define the following style inside the prompt_name_setup function.

# %v - Node.js version.
zstyle ':prezto:module:node:info:version' format 'version:%v'

Then add $node_info[version] to either $PROMPT or $RPROMPT and call node-info in prompt_name_preexec hook function.

Authors

The authors of this module should be contacted via the issue tracker.