2.0.3 ā€¢ Published 4 years ago

@bradgarropy/plop-pack-helpers v2.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

šŸ’§ plop-pack-helpers

A collection of plop helpers to make your life easier.

šŸ“¦ Installation

This package is installable from npm.

npm install --save-dev @bradgarropy/plop-pack-helpers

šŸ„‘ Usage

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

plop.load("@bradgarropy/plop-pack-helpers")

Once loaded, you now have access the following helpers.

slug

Creates a slug for any input text.

input

{
    title: "This Is An Example Slug"
}

helper

{{slug title}}

output

"this-is-an-example-slug"

date

Creates a formatted date.

input

{}

helper

{{date}}

output

"2020-07-10"

list

Cleans up a comma separated list of values.

input

{
    tags: "one, two,  three,  four , five  "
}

helper

{{list tags}}

output

"one, two, three, four, five"

ā” Questions

šŸ› report bugs by filing issues
šŸ“¢ provide feedback with issues or on twitter
šŸ™‹šŸ¼ā€ā™‚ļø use my ama or twitter to ask any other questions

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago