Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sanusart/json-schema-batch-generator

Convert a directory of json files to json-schema files in a batch node
https://github.com/sanusart/json-schema-batch-generator

Last synced: about 1 month ago
JSON representation

Convert a directory of json files to json-schema files in a batch node

Awesome Lists containing this project

README

        

# json-schema-batch-generator

Convert a directory of json files to json-schema files in a batch mode

[![npm version](https://badge.fury.io/js/json-schema-batch-generator.svg)](https://badge.fury.io/js/json-schema-batch-generator)

## Installation

npm install json-schema-batch-generator -g

## Usage

Usage: json-schema-batch-generator [options]

Options:

-h, --help output usage information
-V, --version output the version number
--src source directory
--out output directory

## Examples

json-schema-batch-generator --src /path/to/src/dir --out /path/to/output/dir

## license

MIT