文件名称:PSSlack:用于简单Slack集成的PowerShell模块
文件大小:267KB
文件格式:ZIP
更新时间:2024-06-03 09:06:27
notifications slack powershell powershell-modules slack-sender
PSSlack 这是一个与Slack API交互的快速而肮脏的模块。 拉请求和其他贡献将受到欢迎! 指示 # One time setup # Download the repository # Unblock the zip # Extract the PSSlack folder to a module path (e.g. $env:USERPROFILE\Documents\WindowsPowerShell\Modules\) # Or, with PowerShell 5 or later or PowerShellGet: Install-Module PSSlack # Import the module. Import-Module PSSlack # Alternatively, Import-Module \\Pat
【文件预览】:
PSSlack-master
----.gitignore(74B)
----README.md(8KB)
----.github()
--------CONTRIBUTING.md(4KB)
--------FUNDING.yml(32B)
----appveyor.yml(571B)
----Send-SlackChannelInvite.ps1(2KB)
----build.ps1(465B)
----LICENSE(1KB)
----deploy.psdeploy.ps1(1KB)
----PSSlack()
--------Public()
--------PSSlack.psd1(2KB)
--------en-US()
--------PSSlack.psm1(6KB)
--------Private()
--------PSSlack.Format.ps1xml(20KB)
----psake.ps1(3KB)
----Tests()
--------PSSlack.Tests.ps1(8KB)
----Media()
--------SimpleMessage.png(27KB)
--------FindMessage.png(8KB)
--------RichMessage.png(46KB)
--------FindMessageSelect.png(11KB)
--------Fields.png(56KB)
--------MultiAttachments.png(52KB)