For installation instructions from binaries please visit the Releases Page.
Via Go
$ go get github.com/roaldnefs/gitignore
Usage
$ gitignore --help
Gitignore will create a new .gitignore file in the current working
directory.
Example: gitignore Python -> resulting in a new .gitignore file for Python.
Usage:
gitignore [language name] [flags]
Flags:
-g, --global Search globally useful gitignores
-h, --help help for gitignore
$ gitignore go
.gitignore created at /home/roald/go/src/github.com/roaldnefs/gitignore/.gitignore