Skip to content

Commit 2a64900

Browse files
author
James Brundage
committed
feat: oEmbed.psd1 ( Fixes #1 )
1 parent 3b5bb4a commit 2a64900

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

Diff for: oEmbed.psd1

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
@{
2+
RootModule = 'oEmbed.psm1'
3+
ModuleVersion = '0.0.1'
4+
GUID = 'dc68bf0c-b8b5-4f3d-9fc4-b6779f7e7d6a'
5+
Author = 'JamesBrundage'
6+
CompanyName = 'Start-Automating'
7+
Copyright = '(c) 2025 Start-Automating.'
8+
Description = 'Open Embeddings in PowerShell'
9+
FunctionsToExport = 'Get-oEmbed'
10+
AliasesToExport = 'oEmbed'
11+
TypesToProcess = 'oEmbed.types.ps1xml'
12+
PrivateData = @{
13+
PSData = @{
14+
# Tags applied to this module. These help with module discovery in online galleries.
15+
Tags = @('oEmbed','Embedding','Web','PowerShellWeb')
16+
# A URL to the license for this module.
17+
ProjectURI = 'https://github.com/PowerShellWeb/oEmbed'
18+
LicenseURI = 'https://github.com/PowerShellWeb/oEmbed/blob/main/LICENSE'
19+
ReleaseNotes = @'
20+
21+
> Like It? [Star It](https://github.com/PowerShellWeb/oEmbed)
22+
> Love It? [Support It](https://github.com/sponsors/StartAutomating)
23+
24+
Embed content from anywhere on the internet
25+
26+
## oEmbed 0.0.1
27+
28+
* Initial Release of oEmbed Module (#1)
29+
* `Get-oEmbed` gets embed content (#2)
30+
* `Get-oEmbed` is aliased to `oEmbed`
31+
'@
32+
}
33+
}
34+
35+
}
36+

0 commit comments

Comments
 (0)