Skip to content

kazuhito-m/slack-plantuml-bot

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published