Stream CLI output to multiple platforms like Slack, Discord, Teams
Stream the output of any CLI and publish it to a variety of supported platforms
notify$ notify --service slack --webhook-url https://hooks.slack.com/... -- npm test$ notify --service discord --webhook-url https://discord.com/api/webhooks/... -- ./deploy.sh$ long-running-command | notify --service slack --service teams --webhook-url <slack-url> --webhook-url <teams-url>