Metadata-Version: 2.1
Name: gitignore-cli
Version: 1.0.4
Summary: gitignore cli downloader
Home-page: https://github.com/aron-bordin/gitignore-cli
Author: Aron Bordin
Author-email: aron.bordin@gmail.com
License: GPL
Keywords: git gitignore generate download
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Topic :: Utilities
Requires-Dist: PyGithub
Requires-Dist: click

# gitignore-cli
A simple CLI (Command Line Interface) to download .gitignore from http://github.com/github/gitignore/

## Install

Install it using:

    pip install gitignore-cli


## Usage

Usage: 

    gitignore-cli [OPTIONS] COMMAND [ARGS]...

Options:

  --help  Show the help message and exit.

Commands:
  * **download**  Downloads a .gitignore given its name (append if a .gitignore already exist)
  * **list**      Return a list of the available .gitignores
  * **search**    Search a .gitignore

## Examples

    gitignore-cli download python

    gitignore-cli search py


