Yonas Kolb
Yonas Kolb
**Is your feature request related to a problem? Please describe.** Entering json into the code blocks is time consuming and fiddly, it's not a great writing experience **Describe the solution...
Add an install command which would bundle up your script and make it globally available
At the moment Beak parses your function call from the CLI arguments and then embeds that function call at the end of your script and copies it into a main.swift...
`mint install` could install the current directory if it included a swift executable package. This would just install globally, as it makes no sense to cache by version
This enables XcodeGen to look up the xcframeworks that Carthage 0.37 builds. This PR is still a work in progress, but put up for reference. Resolves #1006 For now it...
SwiftGen version 6.0.2 We have a json file that has newlines in some of it's values ```json { "value": "This is a \n multiline string, } ``` When output via...
Is there a way to escape a flag? I wanted to have a command that passes along some arbitrary arguments and flags in a flag to a different script `mycommand...
Generate mocks for models and requests. Can make use of swagger's `example` field for this as well
Once #32 is complete, it will remove the JSONUtilities dependency. Is it worth removing the Alamofire dependency as well, which would make the generated code dependency free. Would anyone miss...
It would be useful if in the swift template there were some opt in options that would generate the following for Swift model classes: - initializers in subclasses that took...