Metadata-Version: 2.4
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
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
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

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
