From d98d74a01527dba1bd5b5e1d9bdaf2968bc13be3 Mon Sep 17 00:00:00 2001 From: Luis Blanco Date: Sun, 21 Jan 2018 17:11:45 +0300 Subject: [PATCH] much moar readme --- README.md | 280 +++++++++++++++++++++++++++++++++++++++++++++++++-- package.json | 2 +- 2 files changed, 275 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 548e2d9..c4a5bd7 100644 --- a/README.md +++ b/README.md @@ -18,21 +18,33 @@ dependency packages. `npm i -s node-addon-tools-raub` -## Usage +## Snippets ### binding.gyp +* For Windows custom file/folder removers are present, you can put them into variables. + ``` 'variables': { '_rd' : ' + +binding.gyp + +* Assume `EXT_LIB` is the name of a Addon Tools compliant binary dependency module. +* Assume `MY_ADDON` is the name of this addon. +* Assume C++ code goes to `cpp` directory. + +``` +{ + 'variables': { + '_del' : ' + + +--- ## Contents diff --git a/package.json b/package.json index 7b9ae30..a695cb9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "node-addon-tools-raub", "author": "Luis Blanco ", "description": "A set of extra tools for Node.js addons.", - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "keywords": [ "node",