init-napi
v0.0.2
Published
Create a minimal Node-API native addon in C
Readme
# init-napi
Init project for developing nodeJS addon in C using the.
## Usage
```bash
npx init-napi yournameThen:
cd yourname
npm install
npm run devWhat it creates
yourname/
binding.gyp
index.js
lib.c
package.jsonGenerated scripts
npm run build # rebuild native addon
npm run dev # build and run index.js