/powershell-git-keywords

Mimics svn keywords on git for powershell

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

powershell-git-keywords

Mimics svn keywords on git for powershell

Installation

Git init your project if you doen't.

Download Installer and run:

Options are

  1. project path (required);
  2. file extensions (required);
> .\setup-keywords.ps1 -projectPath c:\project -fileExtensions cs-js-html

It gonna download the files and sets up the project for parse the following keywords:

$Id$
$Date$
$Author$
$Source$
$File$
$Revision$

Any bugs, please contact me or feel free for help improve this.