zmq-service-suite-message
v1.0.0
Published
0MQ Service oriented Suite Message module
Downloads
113
Readme
ZMQ Service Oriented Suite Message Module
This project is a node-js message module representation for ZMQ Service Suite.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Bump versioning
We use grunt bump package to control package versioning.
Bump Patch version
$ grunt bumpBump Minor version
$ grunt bump:minorBump Major version
$ grunt bump:majorRunning Specs
$ npm testCoverage Report
We aim for 100% coverage and we hope it keeps that way! :) We use pre-commit and pre-push hooks and CI to accomplish this, so don't mess with our build! :P
Check the report after running npm test.
$ open ./coverage/lcov-report/index.html
