fount-pwsh.psd1
@{ CmdletsToExport = @() VariablesToExport = 'FountAssist' PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/steve02081504/fount-pwsh' IconUri = 'https://raw.githubusercontent.com/steve02081504/fount/refs/heads/master/src/public/favicon.ico' Tags = @('fount', 'AI', 'Artificial-Intelligence', 'Assist', 'FountAssist', 'fount-pwsh', 'OpenAI', 'GPT', 'ChatGPT', 'Gemini', 'ollama', 'grok', 'cohere') } } RootModule = 'fount-pwsh.psm1' AliasesToExport = @() GUID = '2a16dae2-91d8-4743-952c-94acd1ed7e5a' CompanyName = 'Unknown' ModuleVersion = '0.0.8' PowerShellVersion = '5.0' Description = 'Allows you: - easily invoke, launch, and install fount in pwsh - linking fount characters to pwsh for companion and AI assist' Copyright = '(c) steve02081504. All rights reserved.' Author = 'steve02081504' 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') } |