Skip to content

Program that executes commands against the `gitignore.io` API

License

Notifications You must be signed in to change notification settings

AntoineGagne/create-gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-gitignore

This is a short program to generate .gitignore files from the gitignore.io API.

Installation

Prerequisite

To install this program, you will need stack. The dependencies will be taken care of by stack.

Installing

Assuming you have stack, you can simply run:

stack install

Then, you can call the program by calling create-gitignore.

Auto-completion

You can enable auto-completion by adding the following line to your .bashrc:

eval "$(create-gitignore --bash-completion-script create-gitignore)"