Skip to content

kioltk/modelify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pic

Modelify

Modelify is a tool that created models from JSON.

Installation

To install the stable version:

npm install modelify -g

This 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/dir

lang_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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.5%
  • JavaScript 4.5%