Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 643 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 643 Bytes

sdp.js

JavaScript libraries for the SDP protocol.

Developing

Please make any changes in a feature branch and add a pull request. All changes should have relevant tests and documentation.

Testing

Tests can be run with pnpm run test or the VSCode Test task

Style

Code formatting/style can be validated using:

pnpm codequality:check

And fixed using:

pnpm codequality:fix

Releasing

The package is automatically released each time a tag is created, so to release just create a tag such as v1.23.6 and push that tag. This automatically triggers NPM publish etc.