Skip to content

Develop and Contribute

XhacKX edited this page Dec 3, 2019 · 1 revision

PRs and new contributors are welcome.

Supporting the development

A `src` directory is available for any ES6 development, project is using Babel in order to transpile the scripts in ES5 and save them into the `build` directory. The following npm script runs the Babel job

npm run babel

Library Test

API is carefully tested with Jest. To run tests, call the following npm script :
npm run test

Contributions

Bug Reports & Feature Requests

Please use the Issue Tab to report any bugs or file feature requests.

Clone this wiki locally