ProductivityTools.InvokeInConEmu.psd1

#
# Module manifest for module 'module'
#
# Generated by: pwujczyk
#
# Generated on: 11/28/2018 1:53:10 PM
#

@{

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

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

# ID used to uniquely identify this module
GUID = '5d25eb0c-4312-472a-b3d5-96a53855f381'

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

# Description of the functionality provided by this module
Description = 'Allows to run any script from powershell window as tab in conemu'

# Modules that must be imported into the global environment prior to importing this module
RequiredModules = @('ProductivityTools.PSMasterConfiguration')

# Functions to export from this module
FunctionsToExport = @('Invoke-PSScriptFileInConEmu', 'Invoke-PSCommandInConEmu')

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

}