Skip to content

dotcypress/ps-git-ignores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published