All Projects → psake → Psake Contrib

psake / Psake Contrib

Contrib project for psake extensions

Programming Languages

powershell
5483 projects

Welcome to the psake-contrib project.

Join the chat at https://gitter.im/psake/psake-contrib

psake-contrib is a repository for scripts, modules and functions that are useful for running a build with psake.

How to get started:

Step 1: Download the project zip file

Step 2: CD into the directory where you downloaded the zip

You will need to "unblock" the zip file before extracting - PowerShell by default does not run files downloaded from the internet. Just right-click the zip and click on "properties" and click on the "unblock" button.

Step 3: Extract the files in the zip

Step 4: Use the scripts and modules in your build

The following is an excellent technet article on how to "dot source" a script

Type "help about_modules" in PowerShell for help on how to import, load and use modules

How To Contribute, Collaborate, Communicate

If you'd like to contribute to psake or psake-contrib, we have discussion groups over at google: psake-dev psake-users

Anyone can fork the main repository and submit patches, as well. And lastly, the wiki and issues list are also open for additions, edits, and discussion.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].