Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amancevice/block-kit
Slack Block Kit Builder for Electron
https://github.com/amancevice/block-kit
block-kit electron macos slack slack-block-kit
Last synced: 8 days ago
JSON representation
Slack Block Kit Builder for Electron
- Host: GitHub
- URL: https://github.com/amancevice/block-kit
- Owner: amancevice
- License: mit
- Created: 2022-04-10T15:17:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T15:54:33.000Z (4 months ago)
- Last Synced: 2024-10-10T04:07:55.234Z (28 days ago)
- Topics: block-kit, electron, macos, slack, slack-block-kit
- Language: JavaScript
- Homepage:
- Size: 2.48 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack Block Kit Builder
Slack's Block Kit Builder packaged as an Electron app.
![block-kit](./block-kit.png)
## Install
Unfortunately, I haven't had the time to sign & distribute this app yet (see TODO section), so you'll need to clone and build the application yourself.
Clone the repo with git:
```bash
git clone https://github.com/amancevice/block-kit
```Build and install the app on macOS with make:
```bash
make install
```## TODO
- [x] Persist Light/Dark theme on restart
- [ ] Sign & distribute app with Homebrew