๐Ÿ’ง plop-action-copy

September 1, 2022 ยท View on GitHub

version downloads size github actions contributing contributors discord

A plop action to copy files.

๐Ÿ“ฆ Installation

This package is installable from npm.

npm install --save-dev plop-action-copy

๐Ÿฅ‘ Usage

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

plop.load("plop-action-copy")

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

โœจ Contributors


Brad Garropy

๐Ÿ’ป ๐Ÿ“– โš ๏ธ ๐Ÿš‡

Anthony Whitaker

๐Ÿ’ป