steroids-data
v3.5.12
Published
Composable primitives for accessing cloud data in your steroids application.
Downloads
47
Maintainers
Readme
Steroids Data 
Library for accessing cloud data in your Steroids application.
Installation
Steroids Data is published on Bower.
bower install steroids-dataDevelopment
Getting started:
npm installRunning tests:
grunt testFor a test-and-watch-for-changes loop, use:
grunt devPublishing to bower and npm
Update version tags in:
package.json
bower.jsonCompile source to a Browserified Javascript bundle and add changes to git:
grunt build && git add dist && git commit -m "update dist"Tag git version:
git add bower.json package.json && git commit -m "x.y.z" && git tag "vx.y.z"Publish:
git push origin master --tagsPublishing to npm is done by Travis CI for tagged commits as long as unit tests pass.
