jsonotron-js
v19.14.2
Published
A javascript implementation of the jsonotron type system.
Downloads
10
Readme
jsonotron-js
A library for parsing a set of Jsonotron types.
Installation
npm install jsonotron-js
Development
To run the tests:
npm install
npm test
To publish an ES6 transpiled version (with typescript definitions) to npm:
npm run build
npm publish
Continuous Deployment
Any pushes or pull-requests on non-main branches will trigger the test runner.
Any pushes to main will cause a release to be created on Github.