Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 316 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 316 Bytes

Contributing

Contributions to the package are very welcome.

Build

The toolchain required for development include:

  • Node.js
  • NPM

To install all dependencies:

npm install

To test the project:

npm test

When creating a new pull request, please make sure the test coverage is 100%.