An open API service indexing awesome lists of open source software.

https://github.com/arasz/dotnet-ignore

.NET CLI tool that can download .gitignore file from gitignore repository
https://github.com/arasz/dotnet-ignore

cli dotnet dotnet-cli dotnet-core dotnet-tool tool

Last synced: 10 months ago
JSON representation

.NET CLI tool that can download .gitignore file from gitignore repository

Awesome Lists containing this project

README

          

# dotnet-ignore
[![Build status](https://arasz.visualstudio.com/dotnet-ignore/_apis/build/status/Build%20and%20push)](https://arasz.visualstudio.com/dotnet-ignore/_build/latest?definitionId=3)

Global .NET Core tool that can download .gitignore file from github gitignore repository.

## How to get it?
From [nuget](https://www.nuget.org/packages/dotnet-ignore)

## Installation
Execute
```
dotnet tool install -g dotnet-ignore
```

## How to run it?

Just run

```
dotnet ignore -h
```

to see complete description of usage.