strNophix / gitigrab

Helps you quickly add a gitignore file to your projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitigrab

Helps you quickly add a gitignore file to your projects. Utilizes the templates from Github's gitigore repo.

Usage

$ gitigrab
# Usage: gitigrab <template>

# Example 1: Add a Go gitignore file named `Go.gitignore`
$ gitigrab go > Go.gitignore

# Example 2: Add a Python gitignore file named `.gitignore`
$ gitigrab python 

About

Helps you quickly add a gitignore file to your projects.

License:GNU General Public License v3.0


Languages

Language:Shell 80.3%Language:Makefile 19.7%