Metadata-Version: 1.1
Name: git-fetch-gitignore
Version: 0.0.2
Summary: Fetch .gitignore files from GitHub
Home-page: https://github.com/clickyotomy/git-fetch-gitignore
Author: Srinidhi Kaushik
Author-email: clickyotomy@users.noreply.github.com
License: MIT
Description: git-fetch-gitignore
        -------------------
        
        Fetch `.gitignore' files from GitHub.
        
        
        INSTALL
            pip install --upgrade git-fetch-gitignore
        
        
        USAGE
            git-fetch-gitignore [-h] -l FILE [FILE ...] [-w FILE] [-o]
                                          [-t TOKEN_FILE] [-d]
        
            git-fetch-gitignore: Fetch .gitignore files from GitHub.
        
            optional arguments:
              -h, --help            show this help message and exit
              -l FILE [FILE ...], --list FILE [FILE ...]
                                    list of .gitignore files to fetch
              -w FILE, --write-to FILE
                                    file to output; defaults to ./.gitignore
              -o, --over-write      over-writes the existing .gitignore file if set,
                                    appends to it, by default
              -t TOKEN_FILE, --token-file TOKEN_FILE
                                    a file containing the GitHub personal access token
              -d, --debug           enable debugging
        
Keywords: git .gitignore
Platform: Unix
Platform: Darwin
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Version Control
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
