项目作者: takekazuomi

项目描述 :
.gitignore generator
高级语言: C#
项目地址: git://github.com/takekazuomi/gitignore.git
创建时间: 2018-08-25T10:18:34Z
项目社区:https://github.com/takekazuomi/gitignore

开源协议:MIT License

下载


.gitignore generator

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

Usage

  1. usage: gitignore COMMAND [OPTIONS]
  2. create .gitignore file from GitHub's github/gitignore repository app.
  3. Global options:
  4. -v[=VALUE] Output verbosity.
  5. Available commands:
  6. list list available template names.
  7. new create .gitignore from given name.
  1. gitignore new -n VisualStudio

Build

just run psake

  1. psake

Install

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

  1. psake Install

TODO

I look for a better name.