publishmap.psm1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$helpersPath = (Split-Path -parent $MyInvocation.MyCommand.Definition);

. "$helpersPath\imports.ps1"


Export-ModuleMember -Function `
        Get-Entry, Import-Map, `
        Import-PublishMap, Get-Profile, `
        Get-PropertyNames, Add-Property, Add-Properties, `
        Convert-Vars, ConvertTo-Hashtable, ConvertTo-Object, `
    Convert-PropertiesFromVars, `
        Add-InheritedProperties, `
        Measure-Function `
    -Alias *