fount-pwsh.psd1
@{ ModuleVersion = '0.0.11' 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') Description = 'Allows you: - easily invoke, launch, and install fount in pwsh - linking fount characters to pwsh for companion and AI assist' Author = 'steve02081504' 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' } } CmdletsToExport = @() AliasesToExport = @() Copyright = '(c) steve02081504. All rights reserved.' VariablesToExport = 'FountAssist' CompanyName = 'Unknown' GUID = '2a16dae2-91d8-4743-952c-94acd1ed7e5a' PowerShellVersion = '5.0' RootModule = 'fount-pwsh.psm1' } |