AntoineGagne / create-gitignore

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)"

About

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

License:MIT License


Languages

Language:Haskell 100.0%