node-addon-hello-world
v2.0.1
Published
Build node.js C++ addon with cmake.js
Downloads
2
Readme
Node.js C++ Addon Hello World Using CMake.js
How to use
Install
npm install --save-dev node-addon-hello-world
Use
const helloWorld = require("node-addon-hello-world");
// Print the text "Hell World!"
console.log(helloWorld.helloWorldFunction());