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.
The following commands will output the resulting file to build/
directory:
npm install
npm run build
npm run test