
swift-mod Overview
A tool for Swift code modification intermediating between code generation and formatting.
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.
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.