2.0.2 • Published 5 years ago

@bradgarropy/plop-pack-actions v2.0.2

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

šŸ’§ plop-pack-actions

A collection of plop actions to make your life easier.

šŸ“¦ Installation

This package is installable from npm.

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

šŸ„‘ Usage

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

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

Once loaded, you now have access the following actions.

copy

Copies a file from a source path to a destination path.

{
    type: "copy",
    src: "templates/default.jpg",
    dest: "my-blog-post/images/default.jpg"
}

ā” 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.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago