Skip to content

bootprint/bootprint-json-schema

Repository files navigation

bootprint-json-schema

Greenkeeper badge

NPM version Travis Build Status Coverage Status

Converts a json-schema into a static html page

This module is meant for use with the bootprint module:

npm install -g bootprint
npm install -g bootprint-json-schema
bootprint json-schema http://json-schema.org/schema target

The directory "target" should now contain a file index.html and main.css which contain a readble form of the Core/Validation Meta-Schema.

API-reference

License

bootprint-json-schema is published under the MIT-license. See LICENSE for details.

Release-Notes

For release notes, see CHANGELOG.md

Contributing guidelines

See CONTRIBUTING.md.