@antonior/claude-code-setup 1.1.1 → 1.1.2
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 +2 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@antonior/claude-code-setup)
|
|
4
4
|
[](./LICENSE)
|
|
5
|
-
[](#platforms)
|
|
7
|
-
[](#platforms)
|
|
5
|
+
[](#platforms)
|
|
8
6
|
[](#optimised-for-low-token-usage)
|
|
9
7
|
|
|
10
8
|
One-command installer for my [Claude Code](https://claude.com/claude-code) configuration — hooks, slash commands, skills, statusline, and global rules. Install once, get the exact setup I use every day. **Optimised for low token usage.**
|
|
@@ -32,7 +30,7 @@ That's it. The installer is idempotent — safe to re-run to pull updates.
|
|
|
32
30
|
|
|
33
31
|
## Platforms
|
|
34
32
|
|
|
35
|
-
|
|
33
|
+
Built and tested on **macOS**. Linux and native Windows aren't officially supported yet — the hooks are bash and the installer uses Homebrew, so a full cross-platform pass is needed before I'd claim them.
|
|
36
34
|
|
|
37
35
|
## Dependencies (auto-installed via Homebrew)
|
|
38
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antonior/claude-code-setup",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Install Antonio's full Claude Code setup: hooks, slash commands, skills, statusline, settings, and MCP servers (transcript-search + video-vision)",
|
|
5
5
|
"bin": {
|
|
6
6
|
"claude-code-setup": "bin/install.js"
|