awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
DaniAkash avatar

DaniAkash/pluralizerArchived

0
View on GitHub↗
2 stars·0 forks·TypeScript·9 viewscodesandbox.io/s/github/DaniAkash/pluralizer↗

Pluralizer

Created with CodeSandbox

Features

  • String Manipulation - Tiny library for pluralizing English words.

Star history

Star history chart for daniakash/pluralizerStar history chart for daniakash/pluralizer

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Pluralizer

These projects share indexed features with Pluralizer. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • antirez/smazantirez avatar

    antirez/smaz

    1,222View on GitHub↗

    Small strings compression library

    C
    View on GitHub↗1,222
  • chalk/strip-ansichalk avatar

    chalk/strip-ansi

    503View on GitHub↗

    Strip ANSI escape codes from a string

    JavaScript
    View on GitHub↗503
  • alexei/sprintf.jsalexei avatar

    alexei/sprintf.js

    2,140View on GitHub↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    View on GitHub↗2,140
Compare all 30 related projects→

Frequently asked questions

What does daniakash/pluralizer do?

Created with CodeSandbox

What are the main features of daniakash/pluralizer?

The main features of daniakash/pluralizer are: String Manipulation.

Which projects share features with daniakash/pluralizer?

Projects with overlapping indexed features include: antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… antirez/smaz — Small strings compression library. chalk/strip-ansi — Strip ANSI escape codes from a string. cocur/slugify — Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte. dodo/node-slug — slugifies even utf-8 chars! alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation.