[go: nahoru, domu]

Skip to content

This repository provides slug generator helper for dotnet

License

Notifications You must be signed in to change notification settings

enisn/SlugSharp

 
 

Repository files navigation

Gitmoji


Source Badges
Code Quality Maintainability
License License: MIT
CI .NET
Github Activity GitHub commit activity GitHub contributors GitHub last commit GitHub search hit counter GitHub code size in bytes GitHub repo size
Languages GitHub top language
Issue Tracking GitHub issues GitHub closed issues GitHub closed pull requests GitHub pull requests

Give a Star 🌟

If you liked the project or if SlugSharp helped you, please give a star.


Purpose

Slug Sharp provides slug generator helper for dotnet


How To Use?

Install Package

dotnet add package SlugSharp

Generating Slugs with a Single Parameter

var slug = SlugGenerator.Generate("This repository provides slug generator helper for dotnet");

Generating Slugs with a Multiple Parameter

var slug = SlugGenerator.Generate(new[] { "This repository provides slug generator helper for dotnet", "This repository provides slug generator helper for dotnet", "This repository provides slug generator helper for dotnet" });

Response

this-repository-provides-slug-generator-helper-for-dotnet

About

This repository provides slug generator helper for dotnet

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%