ProductivityTools.PSFindModuleDependencies.psd1

#
# Module manifest for module 'module'
#
# Generated by: pwujczyk
#
# Generated on: 1/13/2019 9:15:34 AM
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'ProductivityTools.PSFindModuleDependencies.psm1'

# Version number of this module.
ModuleVersion = '0.0.2'

# ID used to uniquely identify this module
GUID = '960141c7-d0f9-4c02-a8c2-f19dd11dbc23'

# Author of this module
Author = 'PaweÅ‚ Wujczyk'

# Description of the functionality provided by this module
 Description = 'It looks recursively in directory to find all psd1 files, next it take RequiredModules key and writes it. If DependencyName parameter is provided. It will wrote only those modules which requires given dependency to work.'

# Functions to export from this module
FunctionsToExport = 'Find-ModuleDependencies'

# Private data to pass to the module specified in RootModule/ModuleToProcess
PrivateData = @{
    
    PSData = @{
        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('Dependencies','RequiredModules')
    
        # A URL to the main website for this project.
        ProjectUri = 'http://www.productivitytools.tech/find-moduledependencies/'
    
            } # End of PSData hashtable
    } # End of PrivateData hashtable

# HelpInfo URI of this module
HelpInfoURI = 'http://www.productivitytools.tech/find-moduledependencies/'
}