PS-ReadLine.psd1
|
@{ RootModule = 'PS-ReadLine.psm1' ModuleVersion = '1.0.0' GUID = '60e03f42-1185-4311-8cf3-a389838baf19' Author = 'Skyler Brooks' CompanyName = 'Skyler Brooks' Copyright = '(c) Skyler Brooks. All rights reserved.' Description = 'Useful automation helpers' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSReadLineStatus', 'Initialize-PSReadLine') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |