SlackCLI
Message Slack from your terminal
Send team notifications without leaving your terminal. Great for CI/CD pipelines and script notifications.
What you can build
Notify when deploy completes
Let your team know when a deployment is done.
npm run deploy && yeetpost slack "Deployment complete! v1.2.3 is live."Alert when long tasks finish
Get notified when background jobs complete.
npm run migrate && yeetpost slack "Database migration finished successfully."CI/CD integration
Add to your GitHub Actions or other CI pipelines.
# In your CI script
yeetpost slack "Build #${BUILD_NUMBER} passed. Ready for review."Ready to get started?
Start posting to Slack in minutes.