Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 1.62 KB

Compile-ModuleDocs.md

File metadata and controls

76 lines (57 loc) · 1.62 KB
Author external help file Module Guid Module Name online version schema
Paul Boyer
PSVault-Documentation-help.xml
f161ba1f-1962-435c-b32c-8433dc61b203
PSVault-Documentation
2.0.0

Compile-ModuleDocs

SYNOPSIS

Script that updates the README file on the front page.

SYNTAX

Compile-ModuleDocs [-Path] <String> [-OutFile] <String> [<CommonParameters>]

DESCRIPTION

Script pulls data from the individual README files in each folder and consolidates them into one README for the front page. Script also changes the paths in the consolidated file so that they can be resolved from the front page.

EXAMPLES

EXAMPLE 1

Compile-ModuleDocs -Path C:\Scripts -OutFile C:\Scripts\Readme.md

PARAMETERS

-Path

Path to working directory containing sub-folders with scripts and README files.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-OutFile

Path to where the consolidated file should be saved.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Author: Paul Boyer Date: 5-12-21

RELATED LINKS