download-gitignore

A Python CLI program to download .gitignore files from Github's repository


Keywords
command-line, gitignore-files, python, python-cli
License
MIT
Install
pip install download-gitignore==0.1

Documentation

Download-gitignore

A Python CLI program to download .gitignore files from Github's repository easily.


How to Download

download-gitignore requires that you have installed in your machine:

  • Python >= 3.5
  • Pip3

Run the following command to install download-gitignore:

pip3 install download-gitignore

How to use

Download .gitignore file

Use the command download-gitignore download with the language you want to download the .gitignore file.

Example:

download-gitignore download python

You can also use dgias an alias for download-gitignore:

dgi download c++

New in 2.0.0: Now you can download more than one gitignore file at the same time:

download-gitignore download c c++

List all available .gitignore files

Use the command download-gitignore list to list all available .gitignore files to download:

download-gitignore list