mix slack_bot_ws.install (slack_bot_ws v0.1.0-rc.2)

View Source

Installs a minimal SlackBot instance into the current OTP application.

This task:

  • Creates a bot module using use SlackBot, otp_app: :your_app.
  • Adds a config stub under config/config.exs.
  • Appends the bot module to your application supervisor's children.

It relies on Igniter when available. When Igniter is not present, the task will print a short message explaining the manual steps instead of modifying files.