File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,19 +16,7 @@ CLI & Agent Skill for managing Slack Enterprise Grid / Business+ workspaces via
1616
1717## Installation
1818
19- ``` bash
20- npm install -g sladm-cli
21- # or
22- bun install -g sladm-cli
23- ```
24-
25- Or run directly without installing:
26-
27- ``` bash
28- npx sladm-cli --help
29- ```
30-
31- ### Pre-built Binaries
19+ ### Pre-built Binaries (recommended)
3220
3321Standalone binaries (no runtime required) are available on the [ Releases] ( https://github.com/yamitzky/slack-admin-cli/releases ) page:
3422
@@ -47,6 +35,22 @@ chmod +x sladm
4735sudo mv sladm /usr/local/bin/
4836```
4937
38+ ### Via npm / Bun
39+
40+ Requires [ Bun] ( https://bun.sh ) runtime:
41+
42+ ``` bash
43+ npm install -g sladm-cli
44+ # or
45+ bun install -g sladm-cli
46+ ```
47+
48+ Or run directly without installing:
49+
50+ ``` bash
51+ npx sladm-cli --help
52+ ```
53+
5054## Agent Skill
5155
5256To use this CLI as an agent skill in Claude Code, Cursor, OpenCode, etc.:
Original file line number Diff line number Diff line change @@ -16,19 +16,7 @@ Slack Enterprise Grid / Business+ ワークスペースの `admin.*` API を操
1616
1717## Installation
1818
19- ``` bash
20- npm install -g sladm-cli
21- # or
22- bun install -g sladm-cli
23- ```
24-
25- インストールせずに直接実行:
26-
27- ``` bash
28- npx sladm-cli --help
29- ```
30-
31- ### ビルド済みバイナリ
19+ ### ビルド済みバイナリ(推奨)
3220
3321ランタイム不要のスタンドアロンバイナリを [ Releases] ( https://github.com/yamitzky/slack-admin-cli/releases ) ページからダウンロードできます:
3422
@@ -47,6 +35,22 @@ chmod +x sladm
4735sudo mv sladm /usr/local/bin/
4836```
4937
38+ ### npm / Bun 経由
39+
40+ [ Bun] ( https://bun.sh ) ランタイムが必要です:
41+
42+ ``` bash
43+ npm install -g sladm-cli
44+ # or
45+ bun install -g sladm-cli
46+ ```
47+
48+ インストールせずに直接実行:
49+
50+ ``` bash
51+ npx sladm-cli --help
52+ ```
53+
5054## Agent Skill
5155
5256Claude Code、Cursor、OpenCode 等のコーディングエージェントでスキルとして利用する場合:
You can’t perform that action at this time.
0 commit comments