https://github.com/roaldnefs/gitignore
A tool for downloading .gitignore templates.
https://github.com/roaldnefs/gitignore
github gitignore go golang
Last synced: 11 months ago
JSON representation
A tool for downloading .gitignore templates.
- Host: GitHub
- URL: https://github.com/roaldnefs/gitignore
- Owner: roaldnefs
- License: mit
- Created: 2019-06-11T20:50:31.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T20:15:58.000Z (about 3 years ago)
- Last Synced: 2025-03-17T14:02:41.557Z (11 months ago)
- Topics: github, gitignore, go, golang
- Language: Go
- Homepage: https://github.com/roaldnefs/gitignore/releases
- Size: 32.2 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gitignore is a tool for downloading `.gitignore` templates.
Download Latest Release »
Report Bug
·
Request Feature
## Introduction
A tool for downloading `.gitignore` templates.
* [Installation](README.md#installation)
* [Binaries](README.md#binaries)
* [Via Go](README.md#via-go)
* [Usage](README.md#usage)
## Installation
### Binaries
For installation instructions from binaries please visit the [Releases Page](https://github.com/roaldnefs/gitignore/releases).
### Via Go
```console
$ go install github.com/roaldnefs/gitignore@latest
```
## Usage
```console
$ gitignore --help
Gitignore will create a new .gitignore file in the current working
directory.
Example: gitignore Python -> resulting in a new .gitignore file for Python.
Usage:
gitignore [language name] [flags]
Flags:
-g, --global Search globally useful gitignores
-h, --help help for gitignore
$ gitignore go
.gitignore created at /home/roald/go/src/github.com/roaldnefs/gitignore/.gitignore
```