1.0.0 • Published 7 years ago

get-gitignore v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

get-gitignore

Download a .gitignore template for a given language or framework.

Installation

npm install --global get-gitignore

Usage

get-gitignore <name>, where name is the name of a language or framework listed in https://github.com/github/gitignore/.

Git alias

Add the following to your .gitconfig:

[alias]
	ignore = "!f() { get-gitignore ${1} }; f"

Then, run git ignore <name> to download a .gitignore template.