opr-devtools
v0.7.0
Published
Open Product Recovery Development Tools
Downloads
11
Readme
Open Product Recovery Developer Tools
Development tools used across the Open Product Recovery reference implementations. This package contains three major libraries:
- Sourced JSON - Code for parsing JSON files while retaining source information
- JSON Resolver - A templating system for sourced JSON files that allow
templates to be composed and modified with directives like
$import
and$patch
. - Data Driven Test - A data-driven testing system that allows unit tests to be specified using sourced JSON templates.
See the tests/ directory for extensive examples on the use of these libraries.