https://github.com/justcoded/dockerize-plop-js
https://github.com/justcoded/dockerize-plop-js
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/justcoded/dockerize-plop-js
- Owner: justcoded
- Created: 2024-10-17T08:38:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T09:50:42.000Z (9 months ago)
- Last Synced: 2025-07-11T06:43:03.593Z (7 months ago)
- Language: Makefile
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Dockerized Plop Repository
This repository provides a Dockerized setup for [Plop.js](https://plopjs.com/), a micro-generator framework that helps you automate the creation of files and components in your projects.
## Features
- **Dockerized Environment**: Run Plop.js in a containerized environment.
## Getting Started
### Prerequisites
- Docker installed on your machine.
### Usage
1. **Run the Docker image**:
You can use the local image name for now, or once finalized, use the public image URL provided by GitHub Actions:
```bash
docker run --rm -it ghcr.io/justcoded/plopjs:latest
```