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

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