/MetaProgramming-Swift

Using sourcery to generate equatable, init and encodable codes

Primary LanguageSwiftMIT LicenseMIT

Swift Metaprogramming

This is a simple project containing some usages of meta programming in swift. For more information about meta programming, check here .

How to run

  1. Install home brew
  2. brew install sourcery
  3. Open project
  4. Wait for SPM to install dependencies
  5. Run the tests

Dependencies