https://github.com/slackapi/deno-built-in-functions
https://github.com/slackapi/deno-built-in-functions
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/slackapi/deno-built-in-functions
- Owner: slackapi
- License: mit
- Created: 2021-11-16T08:43:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T23:38:47.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T15:41:50.838Z (12 months ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack Built In Functions Sample
Please follow the tutorial for this repo at https://api.slack.com/tutorials/tracks/using-built-in-functions.
This sample project shows how to use Slack built-in functions.
## Setup
Create a new project using this repo as a template.
```bash
slack create -t slackapi/deno-built-in-functions
```
## Running it locally
```bash
slack run
```
## Deploying to Slack's Hosting
```bash
slack deploy
```
## Testing
```bash
slack deno test
```