ProductivityTools.CloneGitRepositories.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 3/12/2021 1:41:22 PM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.CloneGitRepositories.psm1' # Version number of this module. ModuleVersion = '0.0.2' # ID used to uniquely identify this module GUID = 'ec97c807-cb89-4485-a5ff-9a2e43b69f7a' # Author of this module Author = 'Pawel Wujczyk' # Company or vendor of this module CompanyName = 'ProductivityTools.tech' # Description of the functionality provided by this module Description = 'Module allows to copy list of repositories to given location.' # Functions to export from this module FunctionsToExport = 'Clone-GitRepositories' PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('Clone','Git','Repositories') # A URL to the license for this module. # LicenseUri = '' # A URL to the main website for this project. ProjectUri = 'http://productivitytools.tech/clone-git-repositories/' # A URL to an icon representing this module. IconUri = 'http://cdn.productivitytools.tech/images/PT/ProductivityTools_blue_85px_3.png' # ReleaseNotes of this module # ReleaseNotes = '' } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module HelpInfoURI = 'http://productivitytools.tech/clone-git-repositories/' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. } |