ModelBoiler
ModelBoiler copied to clipboard
Generate model boilerplate code for Codable conformance quickly and easily.
`https://guide.macports.org/#project.contributing` Can I assist in some way?
Not the prettiest string manipulation, but it seems to work with struct and final class
The § key isn't exactly the most common one, it's not present in the standard US keyboard layout. We could probably find another default key shortcut, one that can be...
Currently selecting this code and generating boilerplate with Model Boiler won't work: ``` swift struct MyModel { var name = "" var id = 0 ``` However, this will: ```...
Right now, it's not possible to generate code for this selection: ``` swift struct OuterModel { var name = "" var id = 0 struct InnerModel { var someProperty =...