Awesome
💧 plop-action-copy
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
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://bradgarropy.com"><img src="https://avatars.githubusercontent.com/u/11336745?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Brad Garropy</b></sub></a><br /><a href="https://github.com/bradgarropy/plop-action-copy/commits?author=bradgarropy" title="Code">💻</a> <a href="https://github.com/bradgarropy/plop-action-copy/commits?author=bradgarropy" title="Documentation">📖</a> <a href="https://github.com/bradgarropy/plop-action-copy/commits?author=bradgarropy" title="Tests">⚠️</a> <a href="#infra-bradgarropy" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
<td align="center"><a href="https://anthonywhitaker.me"><img src="https://avatars.githubusercontent.com/u/581357?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Anthony Whitaker</b></sub></a><br /><a href="https://github.com/bradgarropy/plop-action-copy/commits?author=AnthonyWhitaker" title="Code">💻</a></td>
</tr>
</table>
<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->