node.plugin.zsh 207 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#all_$1"
  5. }