jsonotron-factories
v19.14.2
Published
A set of factories for jsonotron.
Downloads
6
Readme
jsonotron-factories
A set of factories for jsonotron.
Factories
- Sengi Factory - Adds id, docType, docOpIds and docVersion properties to a type. It then generates variants for ___Record (queries), ___Template (new) and ___Patch (update).
Development
To run the tests:
npm install
npm test
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.