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