Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.03 KB

Slack PlantUML Bot

Latest integration

  • ci
  • CircleCI

What's this

Slack上でPlantUMLの記述を行えば画像を返してくれるボット。

Prerequisite

以下の環境下にて、テスト・ビルドが可能を確認している。

  • node.js: 10.24.1
  • npm: 6.14.17

Usage

npm build & node run

# build
npm install && npm run build
# execute
SLACK_BOT_TOKEN=[your slack bot token] node ./build/bunld.js

Docker image build & run container

# build
npm run docker-builds
# execute
docker run -d --restart=on-failure -e SLACK_BOT_TOKEN=[your slack bot token] kazuhito/slack-plantuml-bot

参考

こちら

Author