All Projects → avelino → slugify

avelino / slugify

Licence: MIT License
A Go slugify application that handles string

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to slugify

mongoose-slug-plugin
Slugs for Mongoose with history and i18n support (uses speakingurl by default, but you can use any slug library such as limax, slugify, mollusc, or slugme)
Stars: ✭ 21 (-32.26%)
Mutual labels:  slugify, slug
mongoose-slug-updater
Schema-based slug plugin for Mongoose - single/compound - unique over collection/group - nested docs/arrays - relative/abs paths - sync on change: create/save/update/updateOne/updateMany/findOneAndUpdate tracked - $set operator - counter/shortId
Stars: ✭ 37 (+19.35%)
Mutual labels:  slugify, slug
Slugify
Slugify a string
Stars: ✭ 2,110 (+6706.45%)
Mutual labels:  slugify, slug
Sluggish
Toy CPU and GPU implementations of the Slug rendering algorithm
Stars: ✭ 70 (+125.81%)
Mutual labels:  slug
Github Slug Action
GitHub Action to expose slug value of GitHub environment variables inside your GitHub workflow
Stars: ✭ 96 (+209.68%)
Mutual labels:  slug
SlugGenerator
Slug generator for .net
Stars: ✭ 26 (-16.13%)
Mutual labels:  slug
Slugifier
Just a simple, clean and pure functional implementation for creating slugs
Stars: ✭ 69 (+122.58%)
Mutual labels:  slug
Speakingurl
Generate a slug – transliteration with a lot of options
Stars: ✭ 1,056 (+3306.45%)
Mutual labels:  slug
Voca
The ultimate JavaScript string library
Stars: ✭ 3,387 (+10825.81%)
Mutual labels:  slugify
Slugify
Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
Stars: ✭ 2,697 (+8600%)
Mutual labels:  slugify
stringy
Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities with help of by Stringy package.
Stars: ✭ 137 (+341.94%)
Mutual labels:  slugify
Slugger
A Slugger for elixir.
Stars: ✭ 149 (+380.65%)
Mutual labels:  slug
Nova Slug Field
Slug field for Laravel Nova
Stars: ✭ 131 (+322.58%)
Mutual labels:  slug
django-slugs-example-app
A basic app to show how to add slugs to models
Stars: ✭ 12 (-61.29%)
Mutual labels:  slugify
Dashify
Convert a camelcase or space-separated string to a dash-separated string.
Stars: ✭ 71 (+129.03%)
Mutual labels:  slug
django-slugify-processor
custom slug / slugification rules for django https://devel.tech/tips/n/djms3tTe/how-django-uses-deferred-imports-to-scale
Stars: ✭ 14 (-54.84%)
Mutual labels:  slugify
awesome
🎉 An Open Microservice for "awesome" slugs.
Stars: ✭ 25 (-19.35%)
Mutual labels:  slug
Slugify
Simple Slug / Clean URL generator helper for Microsoft .NET framework / .NET Standard.
Stars: ✭ 53 (+70.97%)
Mutual labels:  slugify
github-env-vars-action
🚀 GitHub Action for Environment Variables
Stars: ✭ 129 (+316.13%)
Mutual labels:  slug
Translug
中文的 url slug 支持
Stars: ✭ 145 (+367.74%)
Mutual labels:  slug

slugify

A Go slugify application that handles string

Build Status

Example:

package main

import (
	"fmt"
	"github.com/avelino/slugify"
)

func main() {
	text := "Example slugify"
	fmt.Printf(text + ": " + slugify.Slugify(text))
}

Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].