lucid-slugify
Slug generator
A package that simplifies generating unique slugs for Lucid models in AdonisJS applications.
Generate unique slugs using your Lucid models
107 stars
8 watching
8 forks
Language: TypeScript
last commit: 6 months ago
Linked from 1 awesome list
first-party-packagelucid
Related projects:
Repository | Description | Stars |
---|---|---|
devshane/mnemonic_slugs | Generates memorable slugs from a word list | 27 |
mozillazg/go-slugify | A tool to generate pretty slugs from input strings | 94 |
einar-hjortdal/slugify | Tools for generating slugs from strings with customizable transliteration and replacement | 3 |
mozilla/unicode-slugify | Generates slugs from unicode strings by replacing and normalizing characters | 321 |
pmcelhaney/jquery-slugify-plugin | Automatically generates a URL-friendly slug as the user types a page title. | 87 |
lookinlab/adonis-lucid-filter | A library that adds filtering functionality to AdonisJS Lucid ORM models | 151 |
h4cc/slugger | A library and protocol for generating slugs from input strings | 160 |
avelino/slugify | Tool to transform strings into machine-readable slug formats | 33 |
un33k/python-slugify | Generates unique strings from any text while preserving Unicode support | 1,490 |
ndianabasi/adonis-responsive-attachment | Generates responsive images from uploaded files and persists metadata to the database | 29 |
lashoun/slugify | Converts filenames and directories to web-friendly formats. | 4 |
pid/speakingurl | Creates clean, user-friendly URLs from input strings by transliterating and manipulating characters. | 1,116 |
jcardama/deno_slugify | A string manipulation library for creating slug versions of strings with customizable options and support for Unicode symbols | 18 |
dodo/node-slug | Converts strings to URL-safe format while preserving Unicode characters and symbols | 1,073 |
wemake-services/ecto_autoslug_field | Automatically generates slugs from other fields in Ecto schemas. | 151 |