commit | 16d4cd16d12c3ff25193890a0c743caf8bbb96c2 | [log] [tgz] |
---|---|---|
author | Peter Lee <peter@corenova.com> | Fri Jul 29 00:00:41 2016 -0700 |
committer | Peter Lee <peter@corenova.com> | Fri Jul 29 00:00:41 2016 -0700 |
tree | 883e4d10e86cba9f7695e5c293326ce71ab2a810 | |
parent | afb5460a335553eb5311d1f82bfdad432949f506 [diff] |
bump version for publish
This is a work-in-progress effort to create YANG data models for the CORD project and deliver flexible service compositions.
You may contact Larry Peterson llp@onlab.us and Peter Lee peter@corenova.com to learn more about this initiative and find out how you can help.
$ npm install yang-cord
Following the installation, you can start an instance of the YANG model-driven REST API web server. It utilizes yang-express middleware framework built on Express.js to provide dynamic YANG model-driven API routing capability.
$ npm start > yang-cord@1.0.1 start /home/peter/yang-cord > node lib/server.js mounted 'cord-core' model mounted 'xos-core' model [cord-core] calling GET on /cord-core:subscriber
To run the test suite, first install the dependencies, then run npm test
.
$ npm install $ npm test
Mocha test suite is currently under development...