-
Notifications
You must be signed in to change notification settings - Fork 6
You can specify the path of Utilities. #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
use Double not to loose milliseconds
…e/develop changes in APIParser
…e/develop merge master into dev
…fe object property names
Replaces dot, dash, comma in json-key by underscore for generating safe ...
@SanggeonPark I am wondering if the refactor does solve this issue also as with templates you can define your folders: So you would use a different template folder for SessionModels and BasicModels. Ex:
Templates for BasicModels:
|
|
|
If you want put model classes in several folders. There will be duplicated Utility folder for each folders.
New Option will help you to specify the path of utility folder.
ex :
python readJSON.py -p S2M -t iOS -i SessionModels.json -o ./SessionModels/ -u ./Utility/
python readJSON.py -p S2M -t iOS -i BasicModels.json -o ./BasicModels/ -u false