Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

## 💧 plop-pack-actions


npm


npm

_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