Skip to content

takekazuomi/gitignore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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.