From d4fd14355bbe57f229f082f47bb2b3670868203f Mon Sep 17 00:00:00 2001 From: TooTallNate Date: Tue, 12 Jun 2012 08:34:29 -0700 Subject: [PATCH] doc(wiki): Created "binding.gyp" files out in the wild (markdown) --- "\"binding.gyp\"-files-out-in-the-wild.md" | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 "\"binding.gyp\"-files-out-in-the-wild.md" diff --git "a/\"binding.gyp\"-files-out-in-the-wild.md" "b/\"binding.gyp\"-files-out-in-the-wild.md" new file mode 100644 index 0000000000..d6e8d5153b --- /dev/null +++ "b/\"binding.gyp\"-files-out-in-the-wild.md" @@ -0,0 +1,12 @@ +This page contains links to some examples of existing `binding.gyp` files that other node modules are using. Take a look at them for inspiration. + +To add to this page, just add the link to the project's `binding.gyp` file below: + + * [libxmljs](https://github.com/polotek/libxmljs/blob/master/binding.gyp) + * [node-buffertools](https://github.com/bnoordhuis/node-buffertools/blob/master/binding.gyp) + * [node-time](https://github.com/TooTallNate/node-time/blob/master/binding.gyp) + * [node-serialport](https://github.com/voodootikigod/node-serialport/blob/master/binding.gyp) + * [node-serialport2](https://github.com/joeferner/node-serialport2/blob/master/binding.gyp) + * [node-weak](https://github.com/TooTallNate/node-weak/blob/master/binding.gyp) + * [pty.js](https://github.com/chjj/pty.js/blob/master/binding.gyp) + * [ref](https://github.com/TooTallNate/ref/blob/master/binding.gyp) \ No newline at end of file