908ff85e75 | ||
---|---|---|
src | ||
.gitignore | ||
.gitmodules | ||
.npmignore | ||
README.md | ||
package.json |
README.md
Intro
This is a NodeJs wrapper around Waku
Requirements
node-gyp is required to be installed in the system.
The following commands should be run to install npm dependencies:
cd src && npm install bindings
Create a package
- Run
npm run prepare-package
- Run
npm run build-libwaku
(step required to build the libwaku.so library) - Run
npm run build-gyp
- Run
npm run build-package
Publish a package
Run npm run publish-package
ℹ️ See the package.json file for details about npm commands definitions.