awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 个仓库

Awesome GitHub RepositoriesHumanization Utilities

Tools for converting data into human-readable formats.

Explore 6 awesome GitHub repositories matching part of an awesome list · Humanization Utilities. Refine with filters or upvote what's useful.

Awesome Humanization Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • humanizr/humanizerHumanizr 的头像

    Humanizr/Humanizer

    9,717在 GitHub 上查看↗

    Humanizer is a .NET natural language formatter and string manipulation library designed to convert technical identifiers, numbers, and dates into grammatically correct, human-readable text. It functions as a pluralization engine, localization utility, and case conversion tool for the .NET ecosystem. The library provides specialized capabilities for transforming programming conventions like PascalCase or snake_case into readable sentences and vice versa. It distinguishes itself by handling irregular and uncountable English words during pluralization and singularization, and by applying culture

    Converts time durations into human-friendly strings with configurable precision.

    C#hacktoberfestlocalization
    在 GitHub 上查看↗9,717
  • vercel/msvercel 的头像

    vercel/ms

    5,536在 GitHub 上查看↗

    这是一个 JavaScript 时间转换库,旨在将毫秒整数格式化为人类可读的持续时间,并将基于单位的字符串解析回总毫秒数。它作为一个用于管理机器可读持续时间与文本表示之间转换的工具。 该库提供双向映射,允许将原始数字转换为字符串,并将包含天、小时和分钟等单位的字符串解析回数字毫秒计数。它支持缩写和完整的书写时间格式。

    Acts as a formatter that turns large millisecond integers into abbreviated or full written-out time durations.

    TypeScript
    在 GitHub 上查看↗5,536
  • ariaminaei/pretty-errorAriaMinaei 的头像

    AriaMinaei/pretty-error

    1,524在 GitHub 上查看↗

    See node.js errors with less clutter

    Format errors for better readability.

    CoffeeScript
    在 GitHub 上查看↗1,524
  • sindresorhus/pretty-bytessindresorhus 的头像

    sindresorhus/pretty-bytes

    1,300在 GitHub 上查看↗

    Convert bytes to a human readable string: 1337 → 1.34 kB

    Convert bytes to human-readable strings.

    JavaScript
    在 GitHub 上查看↗1,300
  • sindresorhus/pretty-mssindresorhus 的头像

    sindresorhus/pretty-ms

    1,208在 GitHub 上查看↗

    Convert milliseconds to a human readable string: 1337000000 → 15d 11h 23m 20s

    Convert milliseconds to human-readable strings.

    JavaScript
    在 GitHub 上查看↗1,208
  • tjatse/node-readabilityTjatse 的头像

    Tjatse/node-readability

    346在 GitHub 上查看↗

    Scrape/Crawl article from any site automatically. Make any web page readable, no matter Chinese or English.

    Extract readable content from web pages.

    JavaScript
    在 GitHub 上查看↗346
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Humanization Utilities

探索子标签

  • Collection FormattersUtilities for converting lists of items into grammatically correct, punctuated strings. **Distinct from Humanization Utilities:** Distinct from general humanization by focusing specifically on the punctuation and joining logic of collections.
  • Duration FormattersUtilities for converting time spans into human-friendly descriptive strings. **Distinct from Humanization Utilities:** Specializes in time duration formatting rather than general data humanization.