ModelBoiler icon indicating copy to clipboard operation
ModelBoiler copied to clipboard

Generate model boilerplate code for Codable conformance quickly and easily.

Results 8 ModelBoiler issues
Sort by recently updated
recently updated
newest added

`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...

bug

Would be nice to be able to use this with Vapor Nodes as well.

enhancement

Currently selecting this code and generating boilerplate with Model Boiler won't work: ``` swift struct MyModel { var name = "" var id = 0 ``` However, this will: ```...

enhancement

Right now, it's not possible to generate code for this selection: ``` swift struct OuterModel { var name = "" var id = 0 struct InnerModel { var someProperty =...

enhancement