Copy-ItemDirectoryRepeatable.psd1

#
# Module manifest for module 'module'
#
# Generated by: pawel.wujczyk
#
# Generated on: 12/3/2017 11:09:49 PM
#

@{

# Script module or binary module file associated with this manifest.
RootModule = 'Copy-ItemDirectoryRepeatable.psm1'

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

# ID used to uniquely identify this module
GUID = '192024d2-ab1b-470a-a986-f3ed7e9cbca0'

# Author of this module
Author = 'Pawel Wujczyk'

# Description of the functionality provided by this module
Description = 'It performs a copy between the directories. The difference between this and single copy-item is repeatable of the result. Every time you will use copy-item the same result will occur'

# Functions to export from this module
FunctionsToExport = 'Copy-ItemDirectoryRepeatable'

# HelpInfo URI of this module
HelpInfoURI = 'http://www.productivitytools.tech/copy-itemdirectoryrepeatable/'

PrivateData = @{

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('Copy-Item','Extended','Directories')

        # A URL to the main website for this project.
        ProjectUri = 'http://www.productivitytools.tech/copy-itemdirectoryrepeatable/'

        } # End of PSData hashtable
    } # End of PrivateData hashtable

}