abombss / ps-git-ignores

GitIgnore generator for PowerShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitIgnore generator for PowerShell

Module for creating .gitignore files via GitHub templates.

Installation

Manual

Download GitIgnores.psm1 and run Import-Module GitIgnores.psm1

PSGet

  1. Install psget
  2. Run Install-Module ps-git-ignores

Commands

Get-GitIgnore

Displays list of supported templates.

Usage

Get-GitIgnore [[-Template] <String>]

Examples

Get-GitIgnore
Get-GitIgnore Ocaml

Add-GitIgnore

Adds requested .gitignore to current directory.

Usage

Add-GitIgnore [-Template] <String>

Examples

Add-GitIgnore CSharp

Integration

PowerTab intergation is included.

GitIgnore generator with PowerTab

License

BSD license

About

GitIgnore generator for PowerShell