An open API service indexing awesome lists of open source software.

https://github.com/rohanbimalraj/fontenum

FontEnum is an example project showcasing the capabilities of Swift Package Plugins, specifically focusing on Build Tool Plugins. This project demonstrates how to automate the generation of type-safe font enums for custom fonts in iOS and macOS applications during the build process.
https://github.com/rohanbimalraj/fontenum

build-tool-plugin font swift-package-manager swift-package-plugin type-safe

Last synced: 26 days ago
JSON representation

FontEnum is an example project showcasing the capabilities of Swift Package Plugins, specifically focusing on Build Tool Plugins. This project demonstrates how to automate the generation of type-safe font enums for custom fonts in iOS and macOS applications during the build process.

Awesome Lists containing this project

README

          

# FontEnum

This repository contains an example Swift Package created as part of the tutorial: [Swift Package Plugins: Part 2 — Build Tool Plugins](https://medium.com/@rohanbimalraj/swift-package-plugins-part-2-build-tool-plugins-2228e2ff4ae5). The purpose of this project is to demonstrate how to create and use a Build Tool Plugin to automate the generation of a Swift enum for custom font names in your project.