Metadata-Version: 1.0
Name: gitinit
Version: 1.0.7
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: GPL
Description: gitinit
        =======
        
        Initiates an empty git repository with a `.gitignore` file for the provided language.
        
        Installation
        ------------
        
            $ [sudo] pip install gitinit
        
            # Or if you want the development version
        
            $ [sudo] pip install -e git+git@github.com:iambibhas/gitinit.git
        
        Usage
        -----
        
            # if you already have it installed, upgrade
            
            $ sudo pip install --upgrade gitinit
            
            # initiates with a generic .gitignore file  
            
            $ gitinit
        
            # initiates a Haskell .gitignore file  
            
            $ gitinit -l haskell
        
            # See a list of languages supported
            
            $ gitinit -L
        
        Help
        ----
        
            $ gitinit -h
        
        [Here is the full list](https://github.com/iambibhas/gitinit/tree/master/gitinit/gitignores) of supported languages. 
        
Keywords: cli git
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
