fount-pwsh.psd1
@{ CompanyName = 'Unknown' ModuleVersion = '0.1.2' FunctionsToExport = @('Set-FountAssist', 'Install-FountAssist', 'Set-FountClient', 'Close-FountClient', 'Test-FountRunning', 'Invoke-FountIPC', 'Start-FountPart', 'Invoke-FountPart', 'Start-Fount', 'Stop-Fount', 'Install-Fount', 'Get-FountDirectory', 'Get-FountUserList', 'Get-FountPartTypeList', 'Get-FountPartList', 'Get-FountPartDirectory') RootModule = 'fount-pwsh.psm1' CmdletsToExport = @() PowerShellVersion = '5.0' VariablesToExport = 'FountAssist' AliasesToExport = @() Author = 'steve02081504' Copyright = '(c) steve02081504. All rights reserved.' GUID = '2a16dae2-91d8-4743-952c-94acd1ed7e5a' PrivateData = @{ PSData = @{ 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') ProjectUri = 'https://github.com/steve02081504/fount-pwsh' } } Description = 'Allows you: - easily invoke, launch, and install fount in pwsh - linking fount characters to pwsh for companion and AI assist' } |