robmadole / jig

Check your code for stuff before you git commit

Home Page:http://pythonhosted.org/jig/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jig

https://travis-ci.org/robmadole/jig.svg?branch=develop

A command line tool and framework for getting more from the Git pre-commit hook.

What is the Git pre-commit hook? It's a small script that Git automatically runs right before you commit.

Installation

The Jig command line tool is written in Python, you can write plugins in any language you wish. Install the tool by:

$ pip install jig || easy_install jig

Getting started

You can give Jig a spin in less than 5 minutes

Take me to the quick start

It's super easy to write your own plugins too

Show me how to write plugins

Support

Problems or requests? Create an issue on GitHub.

http://github.com/robmadole/jig/issues

About

Check your code for stuff before you git commit

http://pythonhosted.org/jig/

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 99.7%Language:Shell 0.3%Language:ApacheConf 0.0%