Spizzi.Profile.psd1
@{ RootModule = 'Spizzi.Profile.psm1' ModuleVersion = '1.0.0' GUID = '839685CB-DDE4-4136-BA03-BD2E6D84457D' Author = 'Claudio Spizzi' Copyright = 'Copyright (c) 2016 by Claudio Spizzi. Licensed under MIT license.' Description = 'PowerShell Module with custom functions and cmdlets for the PowerShell Profile.' PowerShellVersion = '3.0' RequiredModules = @() ScriptsToProcess = @() TypesToProcess = @( 'Resources\Spizzi.Profile.Types.ps1xml' ) FormatsToProcess = @( 'Resources\Spizzi.Profile.Formats.ps1xml' ) FunctionsToExport = @( 'Enable-Prompt' 'Disable-Prompt' 'Enable-PromptGit' 'Disable-PromptGit' 'Enable-Verbose' 'Disable-Verbose' 'Enable-Information' 'Disable-Information' 'Show-Headline' 'Start-ProfileDrive' 'Start-ProfileEnvironment' 'Install-ProfileEnvironment' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule', 'Profile') LicenseUri = 'https://raw.githubusercontent.com/claudiospizzi/Spizzi.Profile/master/LICENSE' ProjectUri = 'https://github.com/claudiospizzi/Spizzi.Profile' } } } |