PSScaffold
2.1.1
A module that contains functions to scaffold PowerShell module structures, new functions and Pester tests. See the GitHub Repository for more information.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2018 Redeploy AB. All rights reserved.
Package Details
Author(s)
- Karl Wallenius Redeploy
Tags
scaffold template build test module
Functions
New-PSBuildPipeline New-PSFunction New-PSModule New-PSPesterTest Publish-PSModule
Dependencies
This module has no dependencies.
Release Notes
https://github.com/RedeployAB/PSScaffold/blob/master/README.md#version
FileList
- PSScaffold.nuspec
- PSScaffold.psd1
- PSScaffold.psm1
- Private\Get-ModulePath.ps1
- Private\Merge-Path.ps1
- Public\New-PSBuildPipeline.ps1
- Public\New-PSFunction.ps1
- Public\New-PSModule.ps1
- Public\New-PSPesterTest.ps1
- Public\Publish-PSModule.ps1
- templates\t_build.ps1
- templates\t_build_settings.ps1
- templates\t_build_utils.ps1
- templates\t_function.ps1
- templates\t_gitignore.ps1
- templates\t_help.ps1
- templates\t_module.ps1
- templates\t_pestertest.ps1
- templates\t_readme.ps1