Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```