Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ypeckstadt/slack-block-kit-builder
- Owner: ypeckstadt
- Created: 2021-07-18T01:50:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-24T03:42:12.000Z (over 3 years ago)
- Last Synced: 2024-01-23T02:45:40.027Z (10 months ago)
- Topics: slack, slack-bolt, slack-bot, typescript
- Language: TypeScript
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.