Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thesmartmonkey/template-cli

Personnal CLI to generate templates for my projects with plop.js
https://github.com/thesmartmonkey/template-cli

Last synced: about 16 hours ago
JSON representation

Personnal CLI to generate templates for my projects with plop.js

Awesome Lists containing this project

README

        

# template-cli

Personnal CLI to generate templates for my projects with [plop.js](https://plopjs.com/)

## Getting started

install plop globally

```sh
npm install -g plop
```

Launch template command anywhere

```sh
plop --plopfile --dest .
```