Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ablipan/plod

A simple CLI to run online plop template.
https://github.com/ablipan/plod

generator node-plop plop

Last synced: 1 day ago
JSON representation

A simple CLI to run online plop template.

Awesome Lists containing this project

README

        

# A simple CLI to run online [plop](https://plopjs.com/) template.

### Installation

```bash
$ npm install -g plod
```

### Usage

```bash
$ plod
```

`` can be a local path or [a git repo](https://github.com/flipxfx/download-git-repo).

Example:

```bash
$ plod ablipan/plod-example
```

The above command pulls the template from `ablipan/plod-example`, and then run it with [node-plop](https://github.com/amwmedia/node-plop)

### License
[MIT](https://opensource.org/licenses/MIT)