@citedy/game-sounds 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,16 +6,24 @@ Game sound effects for [Claude Code](https://docs.anthropic.com/en/docs/claude-c
|
|
|
6
6
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
|
+
```bash
|
|
10
|
+
claude plugin add github:Citedy/game-sounds
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
<details>
|
|
14
|
+
<summary>Alternative install methods</summary>
|
|
15
|
+
|
|
9
16
|
```bash
|
|
10
17
|
# npm
|
|
11
|
-
npm
|
|
18
|
+
npm i -g @citedy/game-sounds
|
|
12
19
|
claude --plugin-dir $(npm root -g)/@citedy/game-sounds
|
|
13
20
|
|
|
14
|
-
#
|
|
15
|
-
git clone https://github.com/
|
|
16
|
-
claude --plugin-dir ./game-sounds
|
|
21
|
+
# Git clone
|
|
22
|
+
git clone https://github.com/Citedy/game-sounds.git ~/.claude/plugins/game-sounds
|
|
17
23
|
```
|
|
18
24
|
|
|
25
|
+
</details>
|
|
26
|
+
|
|
19
27
|
## Sound Packs
|
|
20
28
|
|
|
21
29
|
### Warcraft (default)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citedy/game-sounds",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Game sound effects for Claude Code — Warcraft, StarCraft & more. Work work! 🔨",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
@@ -27,4 +27,4 @@
|
|
|
27
27
|
"README.md",
|
|
28
28
|
"LICENSE"
|
|
29
29
|
]
|
|
30
|
-
}
|
|
30
|
+
}
|