awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dodo avatar

dodo/node-slug

0
View on GitHub↗
1,072 Stars·90 Forks·CoffeeScript·MIT·5 Aufrufe

Node Slug

slugifies even utf-8 chars!

Features

  • String-Manipulation - Generates URL-friendly slugs from UTF-8 strings.

Star-Verlauf

Star-Verlauf für dodo/node-slugStar-Verlauf für dodo/node-slug

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Node Slug

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Node Slug.
  • antirez/sdsAvatar von antirez

    antirez/sds

    5,486Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,486
  • antirez/smazAvatar von antirez

    antirez/smaz

    1,222Auf GitHub ansehen↗

    Small strings compression library

    C
    Auf GitHub ansehen↗1,222
  • chalk/strip-ansiAvatar von chalk

    chalk/strip-ansi

    503Auf GitHub ansehen↗

    Strip ANSI escape codes from a string

    JavaScript
    Auf GitHub ansehen↗503
  • alexei/sprintf.jsAvatar von alexei

    alexei/sprintf.js

    2,140Auf GitHub ansehen↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    Auf GitHub ansehen↗2,140
Alle 30 Alternativen zu Node Slug anzeigen→

Häufig gestellte Fragen

Was macht dodo/node-slug?

slugifies even utf-8 chars!

Was sind die Hauptfunktionen von dodo/node-slug?

Die Hauptfunktionen von dodo/node-slug sind: String-Manipulation.

Welche Open-Source-Alternativen gibt es zu dodo/node-slug?

Open-Source-Alternativen zu dodo/node-slug sind unter anderem: 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. daniakash/pluralizer — Created with CodeSandbox. alexei/sprintf.js — sprintf.js is a complete open source JavaScript sprintf implementation.