Skip to content

๐Ÿ“ฆ๐ŸŒ Minimalistic adapter for a minimalistic slug generator library

License

Notifications You must be signed in to change notification settings

galassie/fslugify-adapter

Repository files navigation

FSlugify-Adapter

Build status Build Status NuGet .NET Core

Simple, Object-Oriented adapter for the library FSlugify, written in C#.

Add package

If you want to add this package to your project, execute the following command:

dotnet add package FSlugify.Adapter --version 1.1.0

Build on your machine

If you want to build this library on your machine, execute the following commands:

git clone https://github.com/galassie/fslugify.git
cd fslugify
dotnet build

If you want to run the tests, execute the following command:

dotnet test

Build in Docker

Required:

  • Install Docker for your system

Build a Docker image called fslugify-adapter. This will work without any local .NET Core installation.

docker build -t fslugify-adapter .

Use the following to instantiate a Docker container from the fslugify-adapter image and run the tests inside:

docker run --rm fslugify-adapter dotnet test

Contributing

Code contributions are more than welcome! ๐Ÿ˜ป

Please commit any pull requests against the master branch.
If you find any issue, please report it!

License

This project is licensed under The MIT License (MIT).

Author: Enrico Galassi

About

๐Ÿ“ฆ๐ŸŒ Minimalistic adapter for a minimalistic slug generator library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages