ProductivityTools.PSTestCommandExists.psd1

#
# Module manifest for module 'module'
#
# Generated by: Pawel
#
# Generated on: 2/28/2020 11:01:26 PM
#

@{

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

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

# ID used to uniquely identify this module
GUID = 'b5c71a9c-191f-41a6-965c-a2470e482976'

# Author of this module
Author = 'Pawel Wujczyk'

# Description of the functionality provided by this module
Description = 'Module checks if method/function exists in Powershell.'

# Functions to export from this module
FunctionsToExport = 'Test-CommandExists'


PrivateData = @{
    
    PSData = @{
        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('Test','Command','Exists')
    
        # A URL to the main website for this project.
        ProjectUri = 'https://github.com/pwujczyk/ProductivityTools.PSTestCommandExists/'
    
            } # End of PSData hashtable
    } # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = 'https://github.com/pwujczyk/ProductivityTools.PSTestCommandExists/'
}