navi/shell/navi.plugin/navi.plugin.psd1
alexis-opolka a89116c8f2 Moved Powershell navi plugin to its own subfolder
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>
2024-12-07 14:00:36 +01:00

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'
}