en-US/about_spec.module.setup.help.txt

TOPIC
    about_spec.module.setup
 
SHORT DESCRIPTION
    Creates a standardised PowerShell module structure with essential files and configuration.
 
LONG DESCRIPTION
    This module saves time and promotes best practices in PowerShell development by providing a standardised starting point for new modules.
    It accelerates setup with essential files, configurations for Pester testing, and boilerplate for CI/CD integration (Azure DevOps assumed).
    Quickly start focusing on your module's functionality, not the repetitive setup tasks.
 
EXAMPLES
    Help New-specModule -full
 
KEYWORDS
    Spec, Scaffolding, boilerplate, AzureDevOps, module
 
SEE ALSO
    spec.function.setup