generator-napi-module
generator-napi-module copied to clipboard
Changed expection->exception in the test template, changed typescript version in the package template
with the yo napi-module command the bindin.gyp file contains ` 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ],` wondering the meaning of ! after cflags and cflags_cc. Is that a...
1. modified field `main` in package.json. 2. added `build` command. 3. added field `files` in package.json. 4. a default `.gitignore` will be added.
Hi, I'm trying to create a project with this generator and getting this error: ``` > node-gyp rebuild SOLINK_MODULE(target) Release/nothing.node CXX(target) Release/obj.target/napi-test-native/src/napi_test.o In file included from ../src/napi_test.cc:1: In file included...
Hi, i'm not sure if this project is still alive. I have a fork with some updates to this generator: - updated typescript to more recent versions - allow user...
This template install a hopelessly outdated `node-addon-api` version - 1.1.0.