Skip to content

PiperGuy/plop-helper-slugify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💧 plop-helper-slugify

npm npm

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published