khai-first-node-cpp
Version:
My helloworld C++ addon for NodeJS
23 lines (15 loc) • 381 B
Markdown
# khai-first-node-cpp
The very first C++ addon for NodeJS
## Installation
```bash
npm install khai-first-node-cpp
```
## Building
```bash
node-gyp configure
node-gyp build
```
## License
<a href="http://www.wtfpl.net/"><img
src="http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png"
width="80" height="15" alt="WTFPL" /></a>