Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 418 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 418 Bytes

Requirements

  • cmake >= 3.1
  • swig
  • node
  • npm

Install

$ cmake -DJAVASCRIPT_BINDING=ON ..
$ make
$ cd javascript
$ npm install

More details on swig's javascript bindings can be found at SWIG.

Usage

To include the node bindings simply use it with.

yang = require("<path to build>/javascript/build/Release/yang")