###Powershell Build & Release###
poshBAR is a library of powershell scripts designed to aid in the build & release cycle of a .NET application.
###Using poshBAR###
Install via NuGet (*recommended)
> Install-Package poshBAR
Download the zip
Clone the repository
> git clone [email protected]:FutureStateMobile/poshBAR.git
###Wiki###
- For more information, please see our GitHub Wiki
###API Documentation###
-
Detailed API documentation can be found in GitHub Pages
-
Or you can build the documentation yourself
.\build.ps1 docs
###Dependencies###
- psake (for builds)
- psake isn't required but it is the recommended tool for builds. poshBAR doesn't use psake directly, but instead simplifies your build process.
- NuGet.CommandLine (for generating nupkg's)
- again, nuget isn't required per-se, but if you're doing deployments with a tool like Octopus, you'll need to deliver your artifacts in
nupkg
form.
- again, nuget isn't required per-se, but if you're doing deployments with a tool like Octopus, you'll need to deliver your artifacts in
- XmlTransform (for xml transforms)
- during the deployment process, you'll probably want to simplify your config updates by running xml tranforms. This is the dependency for that.
###License###