-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpsedit.psd1
More file actions
20 lines (18 loc) · 662 Bytes
/
psedit.psd1
File metadata and controls
20 lines (18 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@{
RootModule = 'psedit.dll'
ModuleVersion = '1.1.0'
GUID = 'beb23c4b-3e9a-4be3-ad4e-0c38d448353c'
Author = 'Adam Driscoll'
CompanyName = 'Ironman Software'
Copyright = '(c) Ironman Software. All rights reserved.'
Description = 'Terminal-based editor for PowerShell'
CmdletsToExport = 'Show-PSEditor'
AliasesToExport = 'psedit'
PrivateData = @{
PSData = @{
Tags = @('editor', 'tui')
LicenseUri = 'https://github.com/ironmansoftware/psedit/LICENSE'
ProjectUri = 'https://github.com/ironmansoftware/psedit'
}
}
}