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

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

Awesome Lists containing this project

README

        

# Seam Plop

Provides common interactive template generators for [Seam](https://github.com/seamapi) projects.

![](./gif-example/seam-plop-usage-example.gif)

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)