cd-extras.psd1
# # Module manifest for module 'cd-extras' # # Generated by: Nick Cox # # Generated on: 30/01/2018 # @{ RootModule = 'cd-extras.psm1' ModuleVersion = '0.0.1' GUID = '206fccbd-dc96-4b23-908c-5ac821372e16' Author = 'Nick Cox' Copyright = '(c) Nick Cox. All rights reserved.' Description = 'cd conveniences from bash and zsh' PowerShellVersion = '3.0' FunctionsToExport = @( 'Undo-Location', 'Redo-Location', 'Raise-Location', 'Transpose-Location', 'Peek-Stack', 'Expand-Path', 'Set-CdExtrasOption') CmdletsToExport = @() VariablesToExport = 'cde' AliasesToExport = '*' PrivateData = @{ PSData = @{ Tags = @('AUTO_CD', 'CD_PATH', 'bash') # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. # ProjectUri = '' # A URL to an icon representing this module. # IconUri = '' # ReleaseNotes of this module # ReleaseNotes = '' } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module # HelpInfoURI = '' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' } |