@co_snow/fn-guard
v0.4.13
Published
Node.js Addon Example
Downloads
71
Readme
Configure
node-gyp configure
Build (node-gyp)
NOTE: deprecated
node-gyp build
Build C Libraries and Copy to Core
yarn core
Build (prebuildify)
yarn build
Rebuild Everything, including Core lib
yarn rebuild
Test
yarn test
MEMORY LEAKS
yarn rebuild-with-debug-symbols && valgrind --tool=memcheck --leak-check=full node ./index.test.js
Publish
npm version patch
npm publish --access public