modelify
v1.0.9
Published

Readme

Modelify
Modelify is a tool that creates models from JSON.
Installation
To install the stable version:
npm install modelify -gThis will install Modelify globally so that it may be run from the command line.
Usage
modelify -lang=lang_name -i=/path/to/your.json -o=/path/to/out/dirlang_name Output models language (js or ts or swift)
/path/to/your.json Path to some json
/path/to/out/dir Output path
Currently available languages
- JavaScript
- TypeScript
- Swift
