PSBITE.psd1
|
@{ RootModule = 'PSBITE.psm1' ModuleVersion = '1.0.0' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '6d9cbe37-a45b-4072-8b73-ddf6a53c9833' Author = 'arnaudcharles' CompanyName = 'arnaudcharles' Copyright = '(c) 2025 arnaudcharles. All rights reserved.' Description = 'Powershell Buffer Insert Text Editor' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' RequiredAssemblies = @( 'assemblies/LsonLib.dll' ) ScriptsToProcess = @( 'scripts/loader.ps1' ) TypesToProcess = @( 'types/DirectoryInfo.Types.ps1xml' 'types/FileInfo.Types.ps1xml' ) FormatsToProcess = @( 'formats/CultureInfo.Format.ps1xml' 'formats/Mygciview.Format.ps1xml' ) NestedModules = @( 'modules/OtherPSModule.psm1' ) FunctionsToExport = @( 'Edit-RemoteFile' 'Start-PSBite' ) CmdletsToExport = @() VariablesToExport = @( 'Moons' 'Planets' 'SolarSystems' ) AliasesToExport = @( 'bite' 'erf' 'psbite' 'teub' ) ModuleList = @( 'modules/OtherPSModule.psm1' ) FileList = @( 'assemblies/LsonLib.dll' 'data/Config.psd1' 'data/Settings.psd1' 'formats/CultureInfo.Format.ps1xml' 'formats/Mygciview.Format.ps1xml' 'modules/OtherPSModule.psm1' 'PSBITE.psm1' 'scripts/loader.ps1' 'types/DirectoryInfo.Types.ps1xml' 'types/FileInfo.Types.ps1xml' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/arnaudcharles/PSBITE/blob/main/LICENSE' ProjectUri = 'https://github.com/arnaudcharles/PSBITE' IconUri = 'https://raw.githubusercontent.com/arnaudcharles/PSBITE/main/icon/icon.png' } } } |