https://github.com/yusukebe/slack-deno-karma
Example for new Slack platform with Deno
https://github.com/yusukebe/slack-deno-karma
Last synced: 11 months ago
JSON representation
Example for new Slack platform with Deno
- Host: GitHub
- URL: https://github.com/yusukebe/slack-deno-karma
- Owner: yusukebe
- Created: 2022-09-24T15:06:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T07:00:50.000Z (over 2 years ago)
- Last Synced: 2025-07-16T14:55:05.023Z (11 months ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Karma Bot for Slack
An example for "[new Slack platform](https://api.slack.com/future)" with Deno.
## Screenshots

## Usage
Develop:
```shell
slack run
```
Test:
```shell
deno test
```
Deploy
```shell
slack deploy
```
Add a trigger:
```shell
slack trigger create --trigger-def ./src/triggers/mention.ts
```
## Author
Yusuke Wada
## License
MIT