jsonoserve
v19.14.2
Published
An express based server for serving Jsonotron types.
Readme
Jsonoserve
An express handler for serving Jsonotron types.
Installation
npm install jsonoserveDevelopment
To run the tests:
npm install
npm testTo publish an ES6 transpiled version (with typescript definitions) to npm:
npm run build
npm publishContinuous 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.
