mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-29 13:00:37 +00:00
Moved the plugin as a module in order to have the Invoke-NaviWidget function defined in every session Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
23 lines
525 B
PowerShell
23 lines
525 B
PowerShell
#
|
|
# Module manifest for module 'navi.plugin'
|
|
#
|
|
# Generated by: Alexis Opolka (@alexis-opolka)
|
|
|
|
|
|
@{
|
|
RootModule = './navi.plugin.psm1'
|
|
ModuleVersion = '1.0'
|
|
GUID = '59287935-a9b6-4a7f-a1f5-bd6180d9056f'
|
|
Author = 'Alexis-Opolka'
|
|
CompanyName = 'None'
|
|
Copyright = '(c) Alexis Opolka & Navi contributors. All rights reserved.'
|
|
FunctionsToExport = @('Invoke-NaviWidget')
|
|
CmdletsToExport = @()
|
|
VariablesToExport = '*'
|
|
AliasesToExport = @()
|
|
PrivateData = @{
|
|
PSData = @{
|
|
}
|
|
}
|
|
HelpInfoURI = 'https://github.com/denisidor/navi'
|
|
}
|