ProductivityTools.PSManageGitRepositories.psd1

#
# Module manifest for module 'module'
#
# Generated by: pwujczyk
#
# Generated on: 12/20/2019 11:36:26 AM
#

@{

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

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

# ID used to uniquely identify this module
GUID = '29befbab-71c7-422b-a837-e99303f08761'

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

# Company or vendor of this module
CompanyName = 'ProducvitityTools'

# Description of the functionality provided by this module
Description = 'It allows to publish multiple repositories to github'


# Functions to export from this module
FunctionsToExport = @(
     'Push-GitRepository'
    ,'Push-GitRepositories'
    ,'Get-AutoCommitRepository'
    ,'Get-AutoCommitRepositories'
    ,'Pull-GitRepository'
    ,'Pull-GitRepositories'
    ,'Get-GitRepositoryStatus'
    ,'Get-GitRepositoriesStatus')

# 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 = ''

}