lordmilko / BuildTools

PowerShell Based Build Environment Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BuildTools

BuildTools is a PowerShell module that allows dynamically generating PowerShell based Build Environments for managing the lifecycle of projects both in and outside of CI.

BuildTools provides facilities for managing all of the following lifecycle components

  • Build
  • Clean
  • Coverage
  • Packaging
  • Testing
  • Versioning
  • Dependencies
  • Analysis
  • CI
Register-PackageSource -Name AppveyorBuildToolsNuGet -Location https://ci.appveyor.com/nuget/buildtools-j7nyox2i4tis -ProviderName PowerShellGet

Install-Package lordmilko.BuildTools -Source AppveyorBuildToolsNuGet

For more information please see the wiki

About

PowerShell Based Build Environment Generator

License:MIT License


Languages

Language:C# 98.6%Language:PowerShell 1.3%Language:Batchfile 0.0%Language:Shell 0.0%