1.1.0 ⢠Published 5 years ago
plop-helper-slugify v1.1.0
š§ plop-helper-slugify
A plop helper that slugifies text.
š¦ Installation
This package is installable from npm.
npm install --save-dev plop-helper-slugifyš„ Usage
Before you can use the plop-pack, you have to load it into the plop object.
plop.load("plop-helper-slugify")Once loaded, you now have access the following helpers.
slugify
Creates a slug for any input text.
input
{
title: "This Is An Example Slug"
}helper
{{slug title}}output
"this-is-an-example-slug"ā Questions
š report bugs by filing issues
š¢ provide feedback with issues or on twitter
šš¼āāļø use my ama or twitter to ask any other questions