Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bradgarropy/plop-pack-actions
Collection of plop utility actions to make your life easier.
https://github.com/bradgarropy/plop-pack-actions
action-type plop plop-helper plop-pack
Last synced: about 1 month ago
JSON representation
Collection of plop utility actions to make your life easier.
- Host: GitHub
- URL: https://github.com/bradgarropy/plop-pack-actions
- Owner: bradgarropy
- License: mit
- Created: 2020-07-08T03:43:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T02:22:08.000Z (almost 3 years ago)
- Last Synced: 2024-10-13T04:39:13.842Z (2 months ago)
- Topics: action-type, plop, plop-helper, plop-pack
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@bradgarropy/plop-pack-actions
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
## 💧 plop-pack-actions
_A collection of [plop][plop] actions to make your life easier._
### 📦 Installation
This package is installable from [npm][npm].
```bash
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.
```javascript
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.
```javascript
{
type: "copy",
src: "templates/default.jpg",
dest: "my-blog-post/images/default.jpg"
}
```### ❔ Questions
🐛 report bugs by filing [issues][issues]
📢 provide feedback with [issues][issues] or on [twitter][twitter]
🙋🏼♂️ use my [ama][ama] or [twitter][twitter] to ask any other questions[plop]: https://plopjs.com
[npm]: https://npmjs.com
[issues]: https://github.com/bradgarropy/plop-pack-actions/issues
[twitter]: https://twitter.com/bradgarropy
[ama]: https://github.com/bradgarropy/ama