This commit is contained in:
Sorin Ionescu 2011-05-30 11:54:52 -04:00
commit 7199f8ced8
25 changed files with 566 additions and 28 deletions

View file

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