awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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 vues

Node Slug

slugifies even utf-8 chars!

Features

  • Manipulation de chaînes de caractères - Generates URL-friendly slugs from UTF-8 strings.

Historique des stars

Graphique de l'historique des stars pour dodo/node-slugGraphique de l'historique des stars pour dodo/node-slug

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Node Slug

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Node Slug.
  • antirez/sdsAvatar de antirez

    antirez/sds

    5,486Voir sur 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
    Voir sur GitHub↗5,486
  • antirez/smazAvatar de antirez

    antirez/smaz

    1,222Voir sur GitHub↗

    Small strings compression library

    C
    Voir sur GitHub↗1,222
  • chalk/strip-ansiAvatar de chalk

    chalk/strip-ansi

    503Voir sur GitHub↗

    Strip ANSI escape codes from a string

    JavaScript
    Voir sur GitHub↗503
  • alexei/sprintf.jsAvatar de alexei

    alexei/sprintf.js

    2,140Voir sur GitHub↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    Voir sur GitHub↗2,140
Voir les 30 alternatives à Node Slug→

Questions fréquentes

Que fait dodo/node-slug ?

slugifies even utf-8 chars!

Quelles sont les fonctionnalités principales de dodo/node-slug ?

Les fonctionnalités principales de dodo/node-slug sont : Manipulation de chaînes de caractères.

Quelles sont les alternatives open-source à dodo/node-slug ?

Les alternatives open-source à dodo/node-slug incluent : 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.