0.0.5 • Published 11 years ago

njsutil v0.0.5

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

njsutil

A Node.js header with utilities for writing native modules.

Install like so:

npm install njsutil

Or if you're installing against a custom node build:

/path/to/node/node `which npm` --nodedir=/path/to/node/ install njsutil

To use just include the header like so:

#include "njsutil.h"

And add this line to your binding.gyp:

"dependencies": [ "./node_modules/njsutil/binding.gyp:njsutil" ]

The header is well documented, so use it!

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago