l-k- / origins-js

JavaScript client library to the Origins REST service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Origins JavaScript Client

Dependencies

  • Node + NPM
  • Ruby + Sass

Setup

Install development dependencies for the Gruntfile:

npm install

Start working:

grunt work

Testing

To run the tests, simply do:

grunt test

Distribution

grunt release
  • Bumps the version to the final, e.g. 1.0.0-beta to 1.0.0
  • Tags a release
  • Freshly compiles and optimizes code
  • Creates zip and tarball binaries
  • Prints instructions to push and upload it to GitHub
  • Bumps the patch version, e.g. 1.0.0 to 1.0.1-beta

About

JavaScript client library to the Origins REST service

License:Other


Languages

Language:JavaScript 98.7%Language:Python 0.9%Language:Shell 0.2%Language:HTML 0.1%