https://github.com/ansrivas/getignore
Get your gitignore file directly from github
https://github.com/ansrivas/getignore
gitignore gitignore-generator go golang
Last synced: 11 months ago
JSON representation
Get your gitignore file directly from github
- Host: GitHub
- URL: https://github.com/ansrivas/getignore
- Owner: ansrivas
- License: mit
- Created: 2017-04-21T14:55:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-06T20:46:48.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T06:29:18.502Z (over 1 year ago)
- Topics: gitignore, gitignore-generator, go, golang
- Language: Go
- Size: 5.88 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# getignore
Get your gitignore file directly from github
[](https://travis-ci.org/ansrivas/getignore)
---
### Usage
```
→ getignore
Usage:
getignore [command]
Available Commands:
downloadIgnore Download a gitignore file for the given language.
downloadLicense Download a license file from github.
listIgnores Display a list of available gitignore files.
listLicenses Display a list of available licenses.
Use "getignore [command] --help" for more information about a command.
```
---
For convenience a binary is also committed in the github repo, under `prebuilt` directory, compiled using:
```go
GOOS=linux go build -ldflags="-s -w" github.com/ansrivas/getignore
```