Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git_camera

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git_camera

  • 0.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

git_camera

Have you ever finished a website and thought about how the design/build has evolved to get where it is now? Well git_camera is for you!

git_camera goes through your (web) project's git commits, and records a video of how the interface has changed over time. It's a little window into your build process - Use it for your own curiosity, show it to your client, your boss, investors, your cat, or your therapist.

Installation

If needs PhantomJS, FFmpeg, and Ruby. You probably already have Ruby, and if you're on a Mac you can get the others with:

$ brew install phantomjs ffmpeg

If that gave you an error, you probably need to install homebrew first:

$ ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)

The simplest way is to install via rubygems. You don't need to know anything about Ruby, it comes with OSX and is just a delivery system.

$ [sudo] gem install git_camera

Alternatively, run from the source.

Usage

cd project_directory
git_camera

When you first run it, it will create a git_camera directory with a config file. Make sure to set the project's URL, and any setup that may be required.

If you need any help with this, I'm @skattyadz on Twitter

FAQs

Package last updated on 18 Feb 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc