This contains tools written in ES6 to help develop and use siren entities.
Options for getting started:
- Download the latest release.
- Clone the repo:
git clone https://github.com/BrightspaceHypermediaComponents/siren-sdk.git
. - Install with npm:
npm install siren-sdk
siren-sdk is maintained under the Semantic Versioning guidelines.
By default, when a pull request is merged the patch version in the package.json
will be incremented, a tag will be created, and a Github release will be created.
Include [increment major]
, [increment minor]
or [skip version]
in your merge commit message to change the default versioning behavior.
Please read through our contributing guidelines. Included are directions for opening issues, coding standards, and notes on development.