jsonoserve
v19.14.2
Published
An express based server for serving Jsonotron types.
Downloads
14
Readme
Jsonoserve
An express handler for serving Jsonotron types.
Installation
npm install jsonoserve
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.