steroids-data
v3.5.12
Published
Composable primitives for accessing cloud data in your steroids application.
Downloads
4
Maintainers
Readme
Steroids Data
Library for accessing cloud data in your Steroids application.
Installation
Steroids Data is published on Bower.
bower install steroids-data
Development
Getting started:
npm install
Running tests:
grunt test
For a test-and-watch-for-changes loop, use:
grunt dev
Publishing to bower and npm
Update version tags in:
package.json
bower.json
Compile 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 --tags
Publishing to npm is done by Travis CI for tagged commits as long as unit tests pass.