node.plugin.zsh 203 B

12345
  1. # Open the node api for your current version to the optional section.
  2. # TODO: Make the section part easier to use.
  3. function node-docs {
  4. open "http://nodejs.org/docs/$(node --version)/api/all.html#$1"
  5. }