Metadata-Version: 2.1
Name: fetch-gitignore
Version: 0.1.0
Summary: A command-line tool to download .gitignore files for specific languages from GitHub
Home-page: https://github.com/dmazin/fetch-gitignore
Author: Dmitry Mazin
Author-email: dm@cyberdemon.org
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# fetch-gitignore

A script to download .gitignore files from GitHub.

## Installation

```bash
pip install fetch-gitignore
```

## Usage
```bash
fetch-gitignore Python
```

This will download the Python .gitignore file and save it as .gitignore in the current directory.
