/node-addon-api-cmake-hello-world

Hello World base project for node-addon-api using CMake

Primary LanguageCMakeMIT LicenseMIT

node-addon-api CMake Hello World

This project is a "Hello World" base project for Node C++ Addons using node-addon-api with CMake. It is also ready to use with CLion IDE.

It is based on:

with my improvements for better experience in IDEs.

Building

The following commands will output the resulting file to build/ directory:

npm install
npm run build

Test

npm run test