Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/canhanhan/psbuilder
- Owner: canhanhan
- License: mit
- Created: 2018-07-22T17:57:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T18:04:29.000Z (over 5 years ago)
- Last Synced: 2023-10-21T11:19:05.603Z (about 1 year ago)
- Language: PowerShell
- Size: 124 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).