https://github.com/powershell/plasterbuild
Provides common build tasks for PowerShell module projects
https://github.com/powershell/plasterbuild
Last synced: about 1 month ago
JSON representation
Provides common build tasks for PowerShell module projects
- Host: GitHub
- URL: https://github.com/powershell/plasterbuild
- Owner: PowerShell
- License: mit
- Archived: true
- Created: 2016-11-28T18:26:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T16:15:01.000Z (almost 9 years ago)
- Last Synced: 2024-09-28T21:20:24.053Z (about 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 23.4 KB
- Stars: 29
- Watchers: 18
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlasterBuild
The PlasterBuild module provides following functionality:
* Commands commonly used during the "build" of a PowerShell module.
* A versioned build script that can be use to build, test, install and publish your PowerShell module.
* Plaster templates to create an advanced PowerShell module project that uses the PlasterBuild build scripts.
> **NOTE:** This project is at a very early phase of development. We have not officially
> launched this project yet but we're opening up the repo for early feedback from the
> PowerShell community. Please try it out and let us know what you think!
## Trying it Out
Under construction. Check back later.
## Maintainers
- [David Wilson](https://github.com/daviwil) - [@daviwil](http://twitter.com/daviwil)
- [Keith Hill](https://github.com/rkeithhill) - [@r_keith_hill](http://twitter.com/r_keith_hill)
- [Dave Green](https://github.com/davegreen) - [@neongreenie](http://twitter.com/neongreenie)
## License
This project is [licensed under the MIT License](LICENSE).