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
- Host: GitHub
- URL: https://github.com/arasz/dotnet-ignore
- Owner: Arasz
- License: apache-2.0
- Created: 2018-05-31T09:49:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T20:40:24.000Z (over 2 years ago)
- Last Synced: 2024-04-24T14:09:11.013Z (about 2 years ago)
- Topics: cli, dotnet, dotnet-cli, dotnet-core, dotnet-tool, tool
- Language: C#
- Homepage:
- Size: 95.7 KB
- Stars: 22
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-ignore
[](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.