https://github.com/dotcypress/ps-git-ignores
GitIgnore generator for PowerShell
https://github.com/dotcypress/ps-git-ignores
Last synced: about 1 month ago
JSON representation
GitIgnore generator for PowerShell
- Host: GitHub
- URL: https://github.com/dotcypress/ps-git-ignores
- Owner: dotcypress
- Created: 2013-02-27T09:11:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-23T16:01:18.000Z (almost 12 years ago)
- Last Synced: 2025-03-25T05:35:11.843Z (about 2 months ago)
- Language: PowerShell
- Homepage:
- Size: 173 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# GitIgnore generator for PowerShell
Module for creating .gitignore files via GitHub templates.
## Installation
### Manual
Download [GitIgnores.psm1](https://raw.github.com/dotCypress/ps-git-ignores/master/GitIgnores.psm1) and run `Import-Module GitIgnores.psm1`
### PSGet
1. Install [psget](http://psget.net/)
2. Run `Install-Module ps-git-ignores`## Commands
### Get-GitIgnore
Displays list of supported templates.
#### Usage
```bash
Get-GitIgnore [[-Template] ]
```#### Examples
```bash
Get-GitIgnore
``````bash
Get-GitIgnore Ocaml
```### Add-GitIgnore
Adds requested .gitignore to current directory.
#### Usage
```bash
Add-GitIgnore [-Template]
```#### Examples
```bash
Add-GitIgnore CSharp
```## Integration
[PowerTab](http://powertab.codeplex.com/) intergation is included.

## License
[BSD license](http://opensource.org/licenses/bsd-license.php)