Swift-Mod is a tool for Swift code modification that intermediating between code generator and formatter built on top of apple/SwiftSyntax.

It can generates boilerplate code, such as access control or memberwise initializers in modularized source code, taking into account the state of the AST.

You can improve your productivity for writing more advanced Swift codes with introducing swift-mod.

Leave a Reply