PSTerminalAnimations.psd1
|
@{ RootModule = 'PSTerminalAnimations.psm1' ModuleVersion = '1.0.0' GUID = 'a1b2c3d4-e5f6-4b78-a9c0-d1e2f3a4b5c6' Author = 'Jaya Surya Pennada' Copyright = '(c) 2026 Jaya Surya Pennada. All rights reserved.' Description = 'Terminal Animations - Creative ASCII Art Edition. Provides various ASCII animations for different execution scenarios in PowerShell.' PowerShellVersion = '5.1' FunctionsToExport = @('Show-Animation', 'Show-AnimatedWait', 'Get-AvailableAnimations', 'Show-AllAnimations', 'Test-Animation', 'Invoke-WithAnimation') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('ASCII', 'Animation', 'Terminal', 'PowerShell', 'Utilities') ReleaseNotes = 'Initial release with 16 animation types and advanced features like stats tracking and custom messages.' } } } |