roaldnefs / gitignore

A tool for downloading .gitignore templates.

Home Page:https://github.com/roaldnefs/gitignore/releases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest release version GitHub - License GitHub Workflow Status GitHub contributors
gitignore is a tool for downloading `.gitignore` templates.
Download Latest Release »
Report Bug · Request Feature

Introduction

A tool for downloading .gitignore templates.

Installation

Binaries

For installation instructions from binaries please visit the Releases Page.

Via Go

$ go install github.com/roaldnefs/gitignore@latest

Usage

$ 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

About

A tool for downloading .gitignore templates.

https://github.com/roaldnefs/gitignore/releases

License:MIT License


Languages

Language:Go 100.0%