ProductivityTools.CloneGithubRepositories.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 12/19/2019 10:42:13 AM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.CloneGithubRepositories.psm1' # Version number of this module. ModuleVersion = '0.0.5' # ID used to uniquely identify this module GUID = 'b2a312e2-fe75-4886-ae05-0a9230740703' # Author of this module Author = 'Pawel Wujczyk' # Description of the functionality provided by this module Description = 'Module connect to your github account and download all repositories.' # Functions to export from this module FunctionsToExport = 'Clone-GithubRepositories' # Private data to pass to the module specified in RootModule/ModuleToProcess # PrivateData = '' # HelpInfo URI of this module # HelpInfoURI = '' # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. # DefaultCommandPrefix = '' } |