PSScaffold
1.1.3
A module that contains functions to scaffold PowerShell module structures, new functions and Pester tests. Also some tools for deployment of the modules to Azure and generating install scripts. See the GitHub Repository for more information.
Minimum PowerShell version
3.0
Installation Options
Owners
Copyright
(c) 2017 Redeploy AB. All rights reserved.
Package Details
Author(s)
- Karl Wallenius Redeploy
Tags
scaffold template build test module
Functions
Install-PSAzureVMModule New-PSBuildPipeline New-PSFunction New-PSModule New-PSModuleInstallScript 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
- en-US\about_PSScaffold.help.txt
- Public\Install-PSAzureVMModule.ps1
- Public\New-PSBuildPipeline.ps1
- Public\New-PSFunction.ps1
- Public\New-PSModule.ps1
- Public\New-PSModuleInstallScript.ps1
- Public\New-PSPesterTest.ps1
- Public\Publish-PSModule.ps1
- templates\script_template.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