Simple, Object-Oriented adapter for the library FSlugify, written in C#.
If you want to add this package to your project, execute the following command:
dotnet add package FSlugify.Adapter --version 1.1.0
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
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
Code contributions are more than welcome! ๐ป
Please commit any pull requests against the master
branch.
If you find any issue, please report it!
This project is licensed under The MIT License (MIT).
Author: Enrico Galassi