-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPSColorizer.psd1
More file actions
46 lines (29 loc) · 964 Bytes
/
PSColorizer.psd1
File metadata and controls
46 lines (29 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
# Module manifest for module 'PSColorizer'
#
# Generated by: 2CHEVSKII
#
# Generated on: 07.04.2020
#
# Updated on: 10.09.2021
#
@{
RootModule = 'PSColorizer.psm1'
ModuleVersion = '1.2.1'
GUID = 'f1cdadff-6d3e-4ae8-bfe6-98b7717a72c2'
Author = '2CHEVSKII'
CompanyName = 'None'
Copyright = '(c) 2020-2021 2CHEVSKII. Distributed under the MIT license terms.'
Description = 'Outputs color-formatted messages to console.'
PowerShellVersion = '5.1'
FunctionsToExport = 'Write-Colorized'
AliasesToExport = 'wc', 'colorize'
PrivateData = @{
PSData = @{
LicenseUri = 'https://github.com/2chevskii/PSColorizer/blob/master/LICENSE'
ProjectUri = 'https://github.com/2chevskii/PSColorizer'
IconUri = 'https://github.com/2chevskii/PSColorizer/blob/master/logo.png'
}
}
HelpInfoURI = 'https://github.com/2chevskii/PSColorizer#readme'
}