Skip to content
/ gig Public

CLI tool to create .gitignore files instantly

License

Notifications You must be signed in to change notification settings

dave-hay/gig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!