-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpsshields.psd1
More file actions
60 lines (59 loc) · 3.53 KB
/
psshields.psd1
File metadata and controls
60 lines (59 loc) · 3.53 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@{
RootModule = 'psshields.psm1'
ModuleVersion = '0.5.1'
GUID = '019a8acf-6f78-706b-95f6-5bbeefe81d16'
Author = 'Garvey k. Snow'
CompanyName = 'Phellams'
Copyright = '(c) 2026 Garvey k. Snow. All rights reserved.'
Description = 'Generating Shield.io badge URLs and markdown for your README files. Supports 25+ platforms including GitHub, GitLab, Docker, NPM, PyPI, Packagist (PHP/Composer), Crates.io (Rust), Pub.dev (Dart), Hex.pm (Elixir), RubyGems, Maven, Conda, Homebrew, and more!'
FunctionsToExport = @(
'New-ShieldBadge',
# 'New-ProjectBadges',
'New-CustomBadge',
# 'New-StandardBadge',
'Get-ColorPallete',
'Get-ColorGroups',
'Get-BadgePalette',
'Get-BadgeTypes',
'Get-PlatformConfig',
'Get-DefinedColorSets',
'Get-DefinedSets',
'Invoke-ShieldsCommander'
)
CmdletsToExport = @()
VariablesToExport = @()
AliasesToExport = @(
'ShieldsCommander'
)
PrivateData = @{
PSData = @{
Tags = @('shield.io', 'badge', 'CLI', 'PowerShell', 'Documentation', 'readme', 'GitHub', 'GitLab', 'NPM', 'PyPI', 'Packagist', 'Crates', 'Pub.dev', 'Hex.pm', 'RubyGems', 'Maven', 'Conda', 'Homebrew')
ReleaseNotes = @{
'1.0.0' = 'Core engine stabilization with Invoke-ShieldsCommander, auspex integration, and strict linting foundations.'
}
RequireLicenseAcceptance = $false
LicenseUri = 'https://choosealicense.com/licenses/mit'
ProjectUri = 'https://gitlab.com/phellams/psshields.git'
IconUri = 'https://raw.githubusercontent.com/phellams/phellams-general-resources/main/logos/psshields/dist/png/psshields-128x128.png'
# CHOCOLATE ---------------------
chocoTitle = 'PsShields CLI - Shield.io Badge Generator'
ChocoDescription = 'Generating Shield.io badge URLs and markdown for your README files. Supports 25+ platforms including GitHub, GitLab, Docker, NPM, PyPI, Packagist (PHP/Composer), Crates.io (Rust), Pub.dev (Dart), Hex.pm (Elixir), RubyGems, Maven, Conda, Homebrew, and more!'
LicenseUrl = 'https://choosealicense.com/licenses/mit'
ProjectUrl = 'https://github.com/phellams/psshields'
IconUrl = 'https://raw.githubusercontent.com/phellams/phellams-general-resources/main/logos/psshields/dist/png/psshields-128x128.png'
Docsurl = 'https://pages.gitlab.io/sgkens/ptoml'
MailingListUrl = 'https://github.com/phellams/psshields/issues'
projectSourceUrl = 'https://github.com/phellams/psshields'
bugTrackerUrl = 'https://github.com/phellams/psshields/issues'
Summary = 'Generating Shield.io badge URLs and markdown for your README files. Supports 25+ platforms including GitHub, GitLab, Docker, NPM, PyPI, Packagist (PHP/Composer), Crates.io (Rust), Pub.dev (Dart), Hex.pm (Elixir), RubyGems, Maven, Conda, Homebrew, and more!'
# CHOCOLATE ---------------------
Prerelease = 'prerelease+build.1'
}
}
RequiredModules = @()
RequiredAssemblies = @()
FormatsToProcess = @()
TypesToProcess = @()
NestedModules = @()
ScriptsToProcess = @()
}