1.1.0 ā€¢ Published 10 months ago

@piperguy/plop-helper-slugify v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

šŸ’§ plop-helper-slugify

A plop helper that slugifies text.

šŸ“¦ Installation

This package is installable from npm.

npm install --save-dev @piperguy/plop-helper-slugify

šŸ„‘ Usage

Before you can use the plop-pack, you have to load it into the plop object.

plop.load("@piperguy/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