Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .slack/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
apps.dev.json
cache/
5 changes: 5 additions & 0 deletions .slack/hooks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"get-hooks": "npx -q --no-install -p @slack/cli-hooks slack-cli-get-hooks"
}
}
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Join the [Slack Developer Program](https://api.slack.com/developer-program) for

## Installation

<details><summary><strong>Using Slack CLI</strong></summary>
### Using Slack CLI

Install the latest version of the Slack CLI for your operating system:

Expand All @@ -28,15 +28,18 @@ slack login
#### Initializing the project

```sh
slack create my-bolt-js-custom-step --template slack-samples/bolt-js-custom-step-template
cd my-bolt-js-custom-step
slack create bolt-js-custom-step --template slack-samples/bolt-js-custom-step-template
cd bolt-js-custom-step
```

After cloning, you're all set to start developing!
#### Running the app

</details>
```sh
slack run
```

<details><summary><strong>Using Terminal</strong></summary>
<details>
<summary><h3>Using Terminal</h3></summary>

#### Create Your Slack App

Expand Down
35 changes: 34 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"dotenv": "~17.4.2"
},
"devDependencies": {
"@biomejs/biome": "^2.5.2"
"@biomejs/biome": "^2.5.2",
"@slack/cli-hooks": "^2.0.0"
}
}