steroids-data

3.5.12 • Public • Published

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.

Package Sidebar

Install

npm i steroids-data

Weekly Downloads

1

Version

3.5.12

License

MIT

Last publish

Collaborators

  • ezku