https://github.com/seamapi/seam-plop
Plop common files in Seam
https://github.com/seamapi/seam-plop
Last synced: 5 months ago
JSON representation
Plop common files in Seam
- Host: GitHub
- URL: https://github.com/seamapi/seam-plop
- Owner: seamapi
- Created: 2022-07-23T05:06:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T13:01:49.000Z (7 months ago)
- Last Synced: 2025-01-28T03:13:08.230Z (5 months ago)
- Language: JavaScript
- Size: 2 MB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seam Plop
Provides common interactive template generators for [Seam](https://github.com/seamapi) projects.

From the plop README:
> With plop, you have your "best practice" method of creating any given pattern in CODE. Code that can easily be run from the terminal by typing plop. Not only does this save you from hunting around in your codebase for the right files to copy, but it also turns "the right way" into "the easiest way" to make new files.
## Installation
You should install seam-plop globally, since it's used across every repository.
```sh
npm install -g seam-plop
```## Usage
Just execute `seam-plop` to get an interactive interface.
[List of commands and output in test.js.md](./test.js.md)