Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thesmartmonkey/template-cli
- Owner: TheSmartMonkey
- License: mit
- Created: 2023-02-26T15:02:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T19:49:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T13:13:47.504Z (about 2 months ago)
- Language: Handlebars
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```