blob: 55329d8cb2f3ab5fdb456a56cc61742705b712a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Node.js GRPC extension
The package is built with
node-gyp configure
node-gyp build
or, for brevity
node-gyp configure build
The tests can be run with `npm test` on a dev install.
|