# jeffreykuiken/quickenum

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/jeffreykuiken-quickenum).**

7 stars · 0 forks · Swift · 0BSD

## Links

- GitHub: https://github.com/jeffreykuiken/QuickEnum
- awesome-repositories: https://awesome-repositories.com/repository/jeffreykuiken-quickenum.md

## Description

QuickEnum is a Swift Macro that can quickly generate a simple enum declaration, based on the type of the property that the macro is attached to and a set of cases that you provide.

## Tags

### Part of an Awesome List

- [Enum Macros](https://awesome-repositories.com/f/awesome-lists/devtools/enum-macros.md) — Generates simple enums based on property types.
