configen

Generate type-safe configuration code from config files for Xcode

brewmacoslinux
Try with needOr install directly
Source

About

Configuration file code generator for use in Xcode projects

Commands

configen

Examples

Generate Swift code from a configuration file$ configen --input config.json --output Config.swift
Generate configuration with custom namespace$ configen --input settings.plist --output Settings.swift --namespace AppConfig
Display help and available options$ configen --help