< Back
New-OMPPlugin
Post
NAME New-OMPPlugin
SYNOPSIS
Creates a new OMP Plugin template.
SYNTAX
New-OMPPlugin [-Name] <String> [[-Path] <String>] [<CommonParameters>]
DESCRIPTION
Creates a new OMP Plugin template.
PARAMETERS
-Name <String>
Name of the plugin
Required? true
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Path <String>
Path of the plugin. The default path is the plugin folder in the module directory.
Required? false
Position? 2
Default value None
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
Author: Zachary Loeber
-------------------------- EXAMPLE 1 --------------------------
New-OMPPlugin -Name 'mygreatplugin'
Creates 'mygreatplugin' in the plugins directory and displays the full path to the created plugin.
RELATED LINKS
https://www.github.com/zloeber/OhMyPsh https://www.github.com/zloeber/OhMyPsh
SYNOPSIS
Creates a new OMP Plugin template.
SYNTAX
New-OMPPlugin [-Name] <String> [[-Path] <String>] [<CommonParameters>]
DESCRIPTION
Creates a new OMP Plugin template.
PARAMETERS
-Name <String>
Name of the plugin
Required? true
Position? 1
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Path <String>
Path of the plugin. The default path is the plugin folder in the module directory.
Required? false
Position? 2
Default value None
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
Author: Zachary Loeber
-------------------------- EXAMPLE 1 --------------------------
New-OMPPlugin -Name 'mygreatplugin'
Creates 'mygreatplugin' in the plugins directory and displays the full path to the created plugin.
RELATED LINKS
https://www.github.com/zloeber/OhMyPsh https://www.github.com/zloeber/OhMyPsh