Vecerdi.Ignore 1.0.1

dotnet tool install --global Vecerdi.Ignore --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Vecerdi.Ignore --version 1.0.1
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Vecerdi.Ignore&version=1.0.1
nuke :add-package Vecerdi.Ignore --version 1.0.1

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
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.1 323 11/27/2022
1.0.0 297 11/20/2022

- Added --silent option