This contains tools written in ES6 to help develop and use Siren entities.
Options for getting started:
git clone https://github.com/BrightspaceHypermediaComponents/siren-sdk.git
.npm install @brightspace-hmc/siren-sdk
.In a non-administrator powershell:
npm run test
This repo is configured to use semantic-release
. Commits prefixed with fix:
and feat:
will trigger patch and minor releases when merged to main
.
To learn how to create major releases and release from maintenance branches, refer to the semantic-release GitHub Action documentation.