< Back
New-FRPSUGModule
Post
NAME New-FRPSUGModule
SYNOPSIS
Creating a new module structure
SYNTAX
New-FRPSUGModule [[-DestinationPath] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
This function allows, using a Plaster model, to generate a new module structure
Information for the creation of the module (name, version ...) will be requested by the template Plaster
This function requires having the Plaster module installed
PARAMETERS
-DestinationPath <String>
The directory path in which the new module will be created
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
General notes
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-FRPSUGModule -DestinationPath $env:TEMP
This command will create a new module in the Temp directory of the user
RELATED LINKS
https://github.com/LaurentLienhard/FRPS ... GModule.md
SYNOPSIS
Creating a new module structure
SYNTAX
New-FRPSUGModule [[-DestinationPath] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]
DESCRIPTION
This function allows, using a Plaster model, to generate a new module structure
Information for the creation of the module (name, version ...) will be requested by the template Plaster
This function requires having the Plaster module installed
PARAMETERS
-DestinationPath <String>
The directory path in which the new module will be created
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-WhatIf [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Confirm [<SwitchParameter>]
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
General notes
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>New-FRPSUGModule -DestinationPath $env:TEMP
This command will create a new module in the Temp directory of the user
RELATED LINKS
https://github.com/LaurentLienhard/FRPS ... GModule.md