Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dsabre/plop-templates
- Owner: dsabre
- License: gpl-3.0
- Created: 2024-03-22T15:05:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T15:34:14.000Z (9 months ago)
- Last Synced: 2024-03-22T16:33:31.161Z (9 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```