New open-source package about swift macros

:rocket: I am thrilled to announce my latest open-source project, RJSwiftMacros!

This Swift package enables developers to enhance efficiency by simplifying code generation and automating repetitive tasks in their projects. :fire:

Here's a glimpse of what you can accomplish with RJSwiftMacros:

  • Generate mock data using @MockBuilder macro.
  • Generate coding keys using @CodingKeys macro.

RJSwiftMacros is actively maintained and welcomes contributions! :handshake:

:link: GitHub Repository: GitHub - rezojoglidze/RJSwiftMacros: RJSwiftMacros is a Swift package that provides swift macros

I look forward to your feedback and ideas to further enhance its value for the Swift community. :computer:

This macro is particularly useful in swiftUI preview if we want to build UI with mock data. To see an example follow the link of my demo project GitHub - rezojoglidze/SwiftUIDemo: SwiftUIDemo is a demonstration project designed to showcase the implementation of the MVVM architecture in a SwiftUI application.