Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ypeckstadt/slack-block-kit-builder

A util class that is written in typescript to work with Slack bolt and build Slack app UI's.
https://github.com/ypeckstadt/slack-block-kit-builder

slack slack-bolt slack-bot typescript

Last synced: 1 day ago
JSON representation

A util class that is written in typescript to work with Slack bolt and build Slack app UI's.

Awesome Lists containing this project

README

        

# Block Kit builder for Slack apps

The Slack created bolt package is clear and easy to work with when creating Slack apps. However, as you start building Slack apps UI's you will notice that you start copy pasting and repeating the same code over and over again...fast. To avoid this I wrote a simple BlockKitBuilder static class which helps me to keep my Slack app UI code to a minimum. It also helps me to avoid easily made mistakes.

The class is written in typescript.