Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 743 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 743 Bytes

.gitignore generator

Bring .gitignore from github/gitignore on GitHub. .NET Core Global Tools Application.

Usage

usage: gitignore COMMAND [OPTIONS]

create .gitignore file from GitHub's github/gitignore repository app.

Global options:
  -v[=VALUE]                 Output verbosity.

Available commands:
        list                 list available template names.
        new                  create .gitignore from given name.
gitignore new -n VisualStudio

Build

just run psake

psake

Install

I have not pushed to nuget yet. It must be built locally and installed.

psake Install

TODO

I look for a better name.