An open API service indexing awesome lists of open source software.

https://github.com/dave-hay/gig

CLI tool to create .gitignore files instantly
https://github.com/dave-hay/gig

cli gig gitignore gitignore-generator go

Last synced: about 2 months ago
JSON representation

CLI tool to create .gitignore files instantly

Awesome Lists containing this project

README

          

# 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](gig.png)

## Install

Simply run the below command:

```bash
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!