Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sanusart/json-schema-batch-generator
- Owner: sanusart
- License: mit
- Created: 2016-07-22T20:06:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T09:10:58.000Z (over 8 years ago)
- Last Synced: 2024-11-30T06:37:34.334Z (about 2 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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