Skip to content

lyingdragon/slack-plantuml-bot

 
 

Repository files navigation

Slack PlantUML Bot

Latest integration

  • wercker status
  • CircleCI

What's this

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

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

 
 
 

Contributors

Languages

  • TypeScript 97.6%
  • JavaScript 2.4%