mnemonic_slugs
Slug generator
Generates memorable slugs from a word list
An Elixir library for generating memorable slugs.
26 stars
3 watching
4 forks
Language: Elixir
last commit: over 4 years ago
Linked from 1 awesome list
elixir-libraryslugs
Related projects:
Repository | Description | Stars |
---|---|---|
h4cc/slugger | A library and protocol for generating slugs from input strings | 160 |
einar-hjortdal/slugify | Generates a unique string based on input text by applying transformations and transliterations according to language settings or custom rules. | 2 |
pid/speakingurl | Creates clean, user-friendly URLs from input strings by transliterating and manipulating characters. | 1,116 |
pmcelhaney/jquery-slugify-plugin | Automatically generates a URL-friendly slug as the user types a page title. | 88 |
wemake-services/ecto_autoslug_field | Automatically generates slugs from other fields in Ecto schemas. | 152 |
adonisjs/lucid-slugify | A package that simplifies generating unique slugs for Lucid models in AdonisJS applications. | 106 |
mozilla/unicode-slugify | Generates slugs from unicode strings by replacing and normalizing characters | 321 |
usemuffin/slug | Automatically generates unique URLs from record data in a CakePHP application. | 35 |
gosimple/slug | Tools for creating URL-friendly strings from Unicode input | 1,171 |
mozillazg/go-slugify | A tool to generate pretty slugs from input strings | 94 |
dodo/node-slug | Converts strings to URL-safe format while preserving Unicode characters and symbols | 1,073 |
avelino/slugify | Tool to transform strings into machine-readable slug formats | 33 |
meh/amnesia | Provides a simplified interface to Mnesia's functionality for Elixir developers. | 694 |
mruoss/pluggable | Library to build customizable pipeline structures using Elixir | 18 |
jbroadway/urlify | Generates slugs and performs transliteration for non-ASCII characters in URLs, supporting multiple languages. | 673 |