Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/firstandthird/joi-describe-html

Turns joi schemas into HTML
https://github.com/firstandthird/joi-describe-html

Last synced: 14 days ago
JSON representation

Turns joi schemas into HTML

Awesome Lists containing this project

README

        

# joi-describe-html
Turns joi schemas into HTML

# Installation
`npm intall -S joi-describe-html`

# Usage
```js
const joiDescribe = require('joi-describe-html');

joiDescribe(joiSchema); // A valid Joi schema
```