dave-hay / gig

CLI tool to create .gitignore files instantly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gig: Create your .gitignore in an instant

Gig is a blazingly fast CLI tool built with Go to instanly create .gitignore files. You can create a new file or append to an existing file. Gone are the days of copying and pasting. Hope you enjoy!

Gig

Install

Simply run the below command:

go install github.com/dave-hay/gig

How to use

Once installed the command gig is available on your local machine. Use gig new [node][python]etc... to create a gitignore file that will cover all your needs.

Completion is provided so you do gig new [tab][tab] to see the different available files!

About

CLI tool to create .gitignore files instantly

License:MIT License


Languages

Language:Go 93.5%Language:Python 6.5%