Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mizuka-wu/json-schema-to-jsdoc
trans your json-schema to jsdoc
https://github.com/mizuka-wu/json-schema-to-jsdoc
jsdoc jsonschema sass vue vuejs
Last synced: about 2 months ago
JSON representation
trans your json-schema to jsdoc
- Host: GitHub
- URL: https://github.com/mizuka-wu/json-schema-to-jsdoc
- Owner: mizuka-wu
- License: mit
- Created: 2019-05-22T04:41:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T07:27:23.000Z (over 5 years ago)
- Last Synced: 2024-04-25T03:42:38.831Z (9 months ago)
- Topics: jsdoc, jsonschema, sass, vue, vuejs
- Language: JavaScript
- Homepage: https://mizuka-wu.github.io/json-schema-to-jsdoc/
- Size: 1.13 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# json-schema-2-jsdoc
![](https://travis-ci.com/mizuka-wu/json-schema-to-jsdoc.svg?branch=master)
## Trans your json-schema to jsdoc
### Use in web
[go website](https://www.mizuka.top/json-schema-to-jsdoc/)
### Use via Npm
```bash
npm i @mizuka/json-schema-2-jsdoc --save-dev```
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```