Skip to content

Commit fd58845

Browse files
author
James Brundage
committed
feat: GQL Module Scaffolding ( Fixes #1 )
1 parent cc38619 commit fd58845

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

GQL.psd1

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
@{
2+
ModuleVersion = '0.1'
3+
RootModule = 'GQL.psm1'
4+
Guid = '9bf5c922-9f36-4c52-a7b6-d435837d4fa9'
5+
Author = 'James Brundage'
6+
CompanyName = 'Start-Automating'
7+
Description = 'Get GraphQL in PowerShell'
8+
PrivateData = @{
9+
PSData = @{
10+
Tags = @('GraphQL','GraphAPI','GraphQueryLanguage')
11+
ProjectURI = 'https://github.com/PowerShellWeb/GQL'
12+
LicenseURI = 'https://github.com/PowerShellWeb/GQL/blob/main/LICENSE'
13+
ReleaseNotes = @'
14+
15+
'@
16+
}
17+
}
18+
}

0 commit comments

Comments
 (0)