From ceb30885b74f6789374ef52267b84767be93ebe4 Mon Sep 17 00:00:00 2001 From: Richard Winters Date: Fri, 20 Mar 2015 21:58:49 -0400 Subject: [PATCH] doc(wiki): Added nk-xrm-installer .gyp references, including .py scripts for providing complete reference to examples of fetching source via http, extracting, and moving files (as opposed to copying) --- "\"binding.gyp\"-files-out-in-the-wild.md" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/\"binding.gyp\"-files-out-in-the-wild.md" "b/\"binding.gyp\"-files-out-in-the-wild.md" index e546ed0f86..8f868b9efd 100644 --- "a/\"binding.gyp\"-files-out-in-the-wild.md" +++ "b/\"binding.gyp\"-files-out-in-the-wild.md" @@ -15,6 +15,8 @@ To add to this page, just add the link to the project's `binding.gyp` file below * [nwm](https://github.com/mixu/nwm/blob/master/binding.gyp) * [bcrypt](https://github.com/ncb000gt/node.bcrypt.js/blob/master/binding.gyp) * [nk-mysql](https://github.com/mmod/nodamysql/blob/master/binding.gyp) + * [nk-xrm-installer](https://github.com/mmod/nk-xrm-installer/blob/master/binding.gyp) + [includable.gypi](https://github.com/mmod/nk-xrm-installer/blob/master/includable.gypi) + [unpack.py](https://github.com/mmod/nk-xrm-installer/blob/master/unpack.py) + [disburse.py](https://github.com/mmod/nk-xrm-installer/blob/master/disburse.py) + .py files above provide complete reference for examples of fetching source via http, extracting, and moving files. * [node-memwatch](https://github.com/lloyd/node-memwatch/blob/master/binding.gyp) * [node-ip2location](https://github.com/bolgovr/node-ip2location/blob/master/binding.gyp) * [node-midi](https://github.com/justinlatimer/node-midi/blob/master/binding.gyp)