From 8eae776f0ed7ef0492ca958a2d7c7e7c85176a8c Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 12 Jun 2012 16:44:48 -0400 Subject: [PATCH] [Fix #108] Add documentation for node --- modules/node/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 modules/node/README.md diff --git a/modules/node/README.md b/modules/node/README.md new file mode 100644 index 0000000..4ebbde9 --- /dev/null +++ b/modules/node/README.md @@ -0,0 +1,23 @@ +Node.js +======= + +Provides utility functions for [Node.js][1] and loads [npm][2] completion. + +Functions +--------- + + - `node-doc` opens the Node.js online [API documentation][3] in the default + browser. + +Authors +------- + +*The authors of this module should be contacted via the [issue tracker][4].* + + - [Sorin Ionescu](https://github.com/sorin-ionescu) + +[1]: http://nodejs.org +[2]: http://npmjs.org +[3]: http://nodejs.org/api +[4]: https://github.com/sorin-ionescu/oh-my-zsh/issues +