@exabyte-io/json-to-simpl-schema
v2023.8.30-0
Published
JSON schema to simpl-schema conversion routines
Downloads
9
Readme
json-to-simpl-schema
json-to-simpl-schema houses routes for JSON schema conversion to simpl schema.
Installation
For usage within a javascript project:
npm install @exabyte-io/json-to-simpl-schema
For development:
git clone https://github.com/Exabyte-io/json-to-simpl-schema.git
Contribution
This repository is an open-source work-in-progress and we welcome contributions.
We regularly deploy the latest code containing all accepted contributions online as part of the Mat3ra.com platform, so contributors will see their code in action there.
See ESSE for additional context regarding the data schemas used here.
Useful commands for development:
# run linter without persistence
npm run lint
# run linter and save edits
npm run lint:fix
# compile the library
npm run transpile
# run tests
npm run test