Alat.PSSp.psd1

@{

# Script module or binary module file associated with this manifest.
RootModule = 'Alat.PSSp.psm1'

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

# ID used to uniquely identify this module
GUID = '00825385-a567-4670-a9d6-14fe60a0eb96'

# Author of this module
Author = 'lyubo.asenov'

# Company or vendor of this module
CompanyName = ''

# Copyright statement for this module
Copyright = '(c) 2020 lyubo.asenov. All rights reserved.'

# Description of the functionality provided by this module
Description = 'PSSp stands for PowerShell Specification. This is a PowerShell Module to aid in creating and maintaining of PowerShell Modules by keeping track of the module''s specification - module''s interface, test design specifications etc. The specification can be used to verify module interface, generate help, generate various module seeds - script module, binary module, etc.'

# Functions to export from this module
FunctionsToExport = ''

# Cmdlets to export from this module
CmdletsToExport = '*'

# Variables to export from this module
VariablesToExport = '*'

# Aliases to export from this module
AliasesToExport = '*'

}