Integrations/GitHub.psd1
|
@{ RootModule = 'GitHub.psm1' ModuleVersion = '0.1.0' GUID = 'b2c3d4e5-f6a7-8901-bcde-f12345678901' Author = 'MiMo Code Agent' CompanyName = 'Xiaomi' Copyright = '(c) 2026 Xiaomi. All rights reserved.' Description = 'GitHub integration for MiMo CLI' PowerShellVersion = '5.1' FunctionsToExport = @('Get-GitHubRepository', 'Get-GitHubIssues', 'New-GitHubIssue') PrivateData = @{ PSData = @{ Tags = @('GitHub', 'Integration', 'API') LicenseUri = '' ProjectUri = '' IconUri = '' ReleaseNotes = 'Initial GitHub integration' } } } |