Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psake/psake-contrib
Contrib project for psake extensions
https://github.com/psake/psake-contrib
Last synced: about 1 month ago
JSON representation
Contrib project for psake extensions
- Host: GitHub
- URL: https://github.com/psake/psake-contrib
- Owner: psake
- Created: 2010-05-08T20:31:38.000Z (over 14 years ago)
- Default Branch: develop
- Last Pushed: 2016-04-05T19:22:49.000Z (over 8 years ago)
- Last Synced: 2024-09-16T01:31:48.593Z (3 months ago)
- Language: PowerShell
- Homepage:
- Size: 34.2 KB
- Stars: 68
- Watchers: 12
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- jimsghstars - psake/psake-contrib - Contrib project for psake extensions (PowerShell)
README
Welcome to the psake-contrib project.
=====================================psake-contrib is a repository for scripts, modules and functions that are useful for running a build with [psake](http://github.com/psake/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"](http://technet.microsoft.com/en-us/library/ee176949.aspx) 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 get involved with psake, we have [GitHub Discussions](https://github.com/orgs/psake/discussions), the #psake channel on the [PowerShell Discord](https://aka.ms/psdiscord), and the #psake channel on [PowerShell Slack](https://aka.ms/psslack).
Anyone can fork the main repository and submit patches, as well. And lastly, the [psake docs](http://github.com/psake/docs) and [issues list](http://github.com/psake/psake-contrib/issues) are also open for additions, edits, and discussion.