We would love for you to contribute and help make the Mapper a better tool for your JSONAPI needs. You can open an issue to make questions and requests, also find us on gitter to chat with us (we don't bite!).
If you wan't to hack in the code and get your hands dirty keep reading...
As easy as it gets:
- Have
git
,node
, andnpm
ready - Clone this repo:
git clone [email protected]:scoutforpets/jsonapi-mapper
- Install dependencies:
npm install
. This will also run theprepublish
script running TypeScript-specific tasks - Profit!
Just run npm test
. The tests are also in TypeScript made under the Jasmine framework.