1.0.1 • Published 8 months ago

plop-date v1.0.1

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

šŸ’§ plop-date

A plop helper to grab the current date.

šŸ“¦ Installation

This package is installable from npm.

npm install --save-dev plop-date

šŸ„‘ Usage

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

plop.load("plop-date")

Once loaded, you now have access the following helpers.

date

Creates a formatted date.

helper

{{date}}

output

"2020-07-10"

timestamp

Creates a raw timestamp.

helper

{{timestamp}}

output

"20241111223217"

ā” Questions

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

1.0.1

8 months ago