autoload-models
autoload-models is a Nodejs Command Line Tool for translating json files into swift models automatically. This will add the newly created models to your xcode project.
Installation
Use the package manager npm to install autoload-models.
npm i -g autoload-models
Usage
Xcode
Integrate autoload-models into an Xcode scheme to dynamically generate models in the IDE. Just add a new "Run Script Phase" with:
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Resources
A number of resources were used for the development of this package. Here are some:
- https://github.com/rnpm/rnpm-plugin-link/tree/master/src/ios
- https://github.com/apache/cordova-node-xcode