New open-source package, RJSwiftMacros!

🚀 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. 🔥

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! 🤝

🔗 GitHub Repository: https://lnkd.in/dPikQTjD

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

Answered by Rezo_7 in 802720022

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 https://github.com/rezojoglidze/SwiftUIDemo

Accepted Answer

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 https://github.com/rezojoglidze/SwiftUIDemo

New open-source package, RJSwiftMacros!
 
 
Q