3.5.12 • Published 9 years ago

steroids-data v3.5.12

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Steroids Data Build Status

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.