https://github.com/mismith/git2png
Iterate through a website repo's commits taking screenshots along the way [WIP]
https://github.com/mismith/git2png
Last synced: 11 months ago
JSON representation
Iterate through a website repo's commits taking screenshots along the way [WIP]
- Host: GitHub
- URL: https://github.com/mismith/git2png
- Owner: mismith
- Created: 2013-10-25T19:07:46.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-25T19:20:16.000Z (over 12 years ago)
- Last Synced: 2025-05-21T00:13:11.525Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git2png
=======
Iterate through a website repo's commits taking screenshots along the way.
## Usage
$ brew install webkit2png # install dependency
$ cd /path/to/git/repo # change working directory
$ curl https://raw.github.com/mismith/git2png/master/git2png.sh -o ../git2png.sh # install git2png shell script
$ sh ../git2png.sh [webkit2png options] # execute it
**NB:** More info on webkit2png can be found here: https://github.com/paulhammond/webkit2png
The website you are working with should be served on a local server that gets updated with each branch change in git.