Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ablipan/plod
- Owner: ablipan
- Created: 2018-07-30T09:30:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T04:10:01.000Z (over 6 years ago)
- Last Synced: 2024-12-15T12:38:33.288Z (about 1 month ago)
- Topics: generator, node-plop, plop
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)