Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-25T19:20:16.000Z (about 11 years ago)
- Last Synced: 2024-04-09T14:59:45.314Z (10 months ago)
- Language: Shell
- Homepage:
- Size: 105 KB
- Stars: 0
- Watchers: 2
- 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.