# marmelroy/Format

A Swift Formatter Kit

Repository: https://github.com/marmelroy/Format
Canonical: https://ross.abutalabs.com/products/marmelroy-format
Language: Swift
License: MIT
License Family: permissive
Last push: 2018-09-05T03:53:22+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3943, "days_push": 2919, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1176, forks 43 (observed 2026-08-28T04:03:52.666599+00:00)

## What it is
A Swift formatter kit providing simple, locale-aware formatting extensions for numbers, currency, mass, distance, ordinal numbers, addresses, and hexadecimal colors. It wraps Apple's Formatter APIs behind a concise, chainable syntax for iOS and macOS apps.

## Use cases
- format decimal numbers in swift
- format currency with locale support
- convert hex color strings to UIColor
- format addresses from CLPlacemark
- format ordinal numbers like 10th
- convert meters to locale distance units

## When to choose
- you need quick, locale-aware number/currency formatting in Swift
- you want simple hex-to-UIColor conversion
- you need address dictionary formatting on iOS 9+

## When to avoid
- you need actively maintained dependencies (last release 2018)
- you need complex or custom formatting beyond the built-in types
- your project targets platforms without CocoaPods/Carthage support

## Facets
- artifact type: library
- maturity: abandoned
- function: internationalization, developer-tools
- domain: developer-tools, cross-platform
- platform: -
- tags: formatter, swift, numbers, currency, addresses, colors, localization, ios, macos

## Member repositories
- marmelroy/Format (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:52.666599+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:26:35.594607+00:00, confidence not recorded.
  - readme: https://github.com/marmelroy/Format (fetched 2026-08-28T04:03:52.666599+00:00, sha c2d4df5807bc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
