Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/firstandthird/joi-describe-html
- Owner: firstandthird
- License: mit
- Created: 2018-05-24T17:55:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T16:48:03.000Z (over 6 years ago)
- Last Synced: 2025-01-09T11:45:58.310Z (24 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```