1.0.0 • Published 7 years ago
@ganeshmogare/bodmas
Licence
ISC
Version
1.0.0
Deps
2
Size
16 kB
Vulns
0
Weekly
0
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)
Blog: NodeJS Addons Example
This repo contains the example code for the blog post:
Beginners guide to writing NodeJS Addons using C++ and N-API (node-addon-api)
The blog link :
To run the example:
git clone https://github.com/master-atul/blog-addons-examplenpm installnpm run build//This is mostly not needed. But just in casenode index.js
Hope this helps someone