fount-pwsh.psd1
@{ Copyright = '(c) steve02081504. All rights reserved.' PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/steve02081504/fount-pwsh' Tags = @('fount', 'AI', 'Artificial-Intelligence', 'Assist', 'FountAssist', 'fount-pwsh', 'OpenAI', 'GPT', 'ChatGPT', 'Gemini', 'ollama', 'grok', 'cohere') IconUri = 'https://raw.githubusercontent.com/steve02081504/fount/refs/heads/master/src/public/favicon.ico' } } ModuleVersion = '0.0.6' PowerShellVersion = '5.0' FunctionsToExport = @('Set-FountAssist', 'Install-FountAssist', 'Set-FountClient', 'Close-FountClient', 'Test-FountRunning', 'Invoke-FountIPC', 'Start-FountShell', 'Invoke-FountShell', 'Start-Fount', 'Stop-Fount', 'Install-Fount', 'Get-FountDirectory', 'Get-FountUserList', 'Get-FountParts', 'Get-FountPartList', 'Get-FountPartDirectory') GUID = '2a16dae2-91d8-4743-952c-94acd1ed7e5a' VariablesToExport = 'FountAssist' Author = 'steve02081504' CompanyName = 'Unknown' RootModule = 'fount-pwsh.psm1' Description = 'Allows you: - easily invoke, launch, and install fount in pwsh - linking fount characters to pwsh for companion and AI assist' AliasesToExport = @() CmdletsToExport = @() } |