Metadata-Version: 1.0
Name: gitinit
Version: 1.0.1
Summary: Initiates git with gitignore for provided language
Home-page: https://github.com/iambibhas/gitinit
Author: Bibhas C Debnath
Author-email: me@bibhas.in
License: LGPL
Description: 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
            $ gitignore -l haskell
        
        Help
        ----
        
            $ gitinit -h
Keywords: example documentation tutorial
Platform: UNKNOWN
