Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/canhanhan/psbuilder

PSBuilder provides re-usable, shared psake tasks for building Powershell modules and scripts.
https://github.com/canhanhan/psbuilder

Last synced: about 1 month ago
JSON representation

PSBuilder provides re-usable, shared psake tasks for building Powershell modules and scripts.

Awesome Lists containing this project

README

        

# PSBuilder

[![Build status](https://ci.appveyor.com/api/projects/status/s9gs5px842ypg2b9?svg=true)](https://ci.appveyor.com/project/finarfin/psbuilder)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/PSBuilder.svg)](https://www.powershellgallery.com/packages/PSBuilder)
[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/PSBuilder.svg)](https://www.powershellgallery.com/packages/PSBuilder)

PSBuilder provides re-usable, shared build tasks for building Powershell modules and scripts.

## Installation

```PowerShell
Install-Module PSBuilder -Scope CurrentUser
```

## Documentation
- [PSBuilder](docs/PSBuilder.md)

## License
This project is [licensed under the MIT License](LICENSE).