Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dsabre/plop-templates

Ready Plop configurations
https://github.com/dsabre/plop-templates

Last synced: about 1 month ago
JSON representation

Ready Plop configurations

Awesome Lists containing this project

README

        

# plop-templates

Ready Plop configurations

## Install plop

```bash
npm install --save-dev plop
```

or

```bash
yarn add -D plop
```

or

```bash
pnpm add -D plop
```

---

## Configuration

1. Add this to package,json

```json
{
...,
"scripts": {
"plop": "plop"
},
...
}
```

2. copy the contents of one of these folders to the root of your project

---

## Run

```bash
npm run plop
```

or

```bash
yarn plop
```

or

```bash
pnpm run plop
```