@bradgarropy/plop-pack-actions

2.0.2Β β€’Β PublicΒ β€’Β Published

πŸ’§ plop-pack-actions

npm npm

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

Package Sidebar

Install

npm i @bradgarropy/plop-pack-actions

Weekly Downloads

4

Version

2.0.2

License

MIT

Unpacked Size

4.66 kB

Total Files

7

Last publish

Collaborators

  • bradgarropy