gitinit
=======

Initiates an empty git repository with a `.gitignore` file for the provided language.

Installation
------------

    $ [sudo] pip install gitinit

Usage
-----
    
    # initiates with a generic .gitignore file  
    $ gitinit

    # initiates a Haskell .gitignore file  
    $ gitinit -l haskell

Help
----

    $ gitinit -h

[Here is the full list](https://github.com/iambibhas/gitinit/tree/master/gitinit/gitignores) of supported languages. 
