TeodorVecerdi / Vecerdi.Ignore

dotnet tool for generating .gitignore files based on one or more templates from gitignore.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vecerdi.Ignore

Nuget (with prereleases)

Generate .gitignore files for your projects based on one or more templates from gitignore.io.

Installation

dotnet tool install -g Vecerdi.Ignore

Usage

$ ignore --help

Description:
  Generate a .gitignore file based on one or more gitignore.io templates

Usage:
  ignore <ignores>... [command] [options]

Arguments:
  <ignores>  One or more gitignore.io templates to use

Options:
  -o, --output <file>  Set the output file to write the .gitignore to [default: .gitignore]
  -s, --silent         Do not output anything to the console
  --version            Show version information
  -?, -h, --help       Show help and usage information


Commands:
  list  List all available templates

Example

$ ignore rider,unity
$ ignore rider unity --output .gitignore

About

dotnet tool for generating .gitignore files based on one or more templates from gitignore.io

License:MIT License


Languages

Language:C# 97.1%Language:PowerShell 2.9%