0.0.5 • Published 12 years ago

njsutil v0.0.5

Weekly downloads
5
License
-
Repository
github
Last release
12 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

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago