This is a short program to generate .gitignore
files from the gitignore.io
API.
To install this program, you will need stack
.
The dependencies will be taken care of by stack
.
Assuming you have stack
, you can simply run:
stack install
Then, you can call the program by calling create-gitignore
.
You can enable auto-completion by adding the following line to your .bashrc
:
eval "$(create-gitignore --bash-completion-script create-gitignore)"