Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 534 Bytes

Downloads.md

File metadata and controls

25 lines (19 loc) · 534 Bytes

Pip.Services Data for Node.js Downloads

Binary releases of the commons are available through NPM global repository. To use the commons you can either include dependency into your package.json file:

{
    ...
    dependencies: {
        "pip-services-data-node": "^3.0.*"
    }
}

Or install it by npm:

npm install pip-services-data-node

Source code can be checked out from github repository:

git clone git@github.com:pip-services-node/pip-services-data-node.git