psake -build automation tool written in PowerShell
http://www.jameskovacs.com/blog/IntroducingPsake.aspx
psake is a build automation tool written in PowerShell. It avoids the angle-bracket tax associated with executable XML by leveraging the PowerShell syntax in your build scripts. psake has a syntax inspired by rake (aka make in Ruby) and bake (aka make in Boo), but is easier to script because it leverages your existent command-line knowledge.
psake is pronounced sake - as in Japanese rice wine. It does NOT rhyme with make, bake, or rake.
psake is a proof-of-concept still in the early stages of development. It consists of a single file, psake.ps1, which contains all the logic for creating a graph of dependent tasks and executing them in the correct order. You can download it from Google Code using Subversion or TortoiseSVN:
svn checkout http://psake.googlecode.com/svn/trunk/ psake-read-only












0 Responses to “psake-build automation tool written in PowerShell”