https://github.com/previousnext/imaginator
Captures Drupal images and stages them locally
https://github.com/previousnext/imaginator
Last synced: 12 months ago
JSON representation
Captures Drupal images and stages them locally
- Host: GitHub
- URL: https://github.com/previousnext/imaginator
- Owner: previousnext
- Created: 2019-10-18T03:50:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T23:15:07.000Z (over 2 years ago)
- Last Synced: 2025-03-28T10:52:12.801Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Imaginator
==========
Imaginator is a simple tool for staging images from a Drupal remote site to a local directory.
This tool is primarily used for priming a CI/CD pipeline with images from a remote site.
## Usage
```bash
$ imaginator https://example.com /my/local/directory
```