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
- Host: GitHub
- URL: https://github.com/dave-hay/gig
- Owner: dave-hay
- License: mit
- Created: 2022-08-13T20:06:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T02:12:04.000Z (about 3 years ago)
- Last Synced: 2025-12-18T21:17:45.944Z (7 months ago)
- Topics: cli, gig, gitignore, gitignore-generator, go
- Language: Go
- Homepage:
- Size: 877 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!

## 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!