This repository is a Node.js Module to encapsulate logic related to interacting with Elasticsearch for the Newsource Portal project.
#!shell
npm install git+ssh://git@bitbucket.org:EATurner/newsource-elastic-module.git
npm install git+https://[YourUsername]@bitbucket.org/EATurner/newsource-elastic-module.git
#!shell
"newsource-elastic-module": "git+ssh://git@bitbucket.org:EATurner/newsource-elastic-module.git"
"newsource-elastic-module": "git+http://[YourUsername]@bitbucket.org:EATurner/newsource-elastic-module.git"
#!shell
git tag [major].[minor].[patch]
git push origin master --tags
#!shell
npm install git+ssh://git@bitbucket.org:EATurner/newsource-elastic-module.git#[major].[minor].[patch]
npm install git+https://[YourUsername]@bitbucket.org/EATurner/newsource-elastic-module.git#[major].[minor].[patch]
- Specify how to run tests