@antonior/claude-code-setup 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 +10 -2
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# claude-code-setup
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
[](https://www.npmjs.com/package/@antonior/claude-code-setup)
|
|
4
|
+
[](./LICENSE)
|
|
5
|
+
[](#platform)
|
|
6
|
+
|
|
7
|
+
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.
|
|
4
8
|
|
|
5
9
|
## Install
|
|
6
10
|
|
|
@@ -55,4 +59,8 @@ Two items from my personal setup are intentionally **stripped** from the publish
|
|
|
55
59
|
|
|
56
60
|
## License
|
|
57
61
|
|
|
58
|
-
MIT
|
|
62
|
+
[MIT](./LICENSE) © Antonio Radosav
|
|
63
|
+
|
|
64
|
+
---
|
|
65
|
+
|
|
66
|
+
<p align="center">Made with ❤️ in the UK</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@antonior/claude-code-setup",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Install Antonio's Claude Code config: hooks, skills, statusline, and settings",
|
|
5
5
|
"bin": {
|
|
6
6
|
"claude-code-setup": "bin/install.js"
|
|
@@ -18,6 +18,14 @@
|
|
|
18
18
|
],
|
|
19
19
|
"author": "Antonio Radosav <antonio.radosav@protonmail.com>",
|
|
20
20
|
"license": "MIT",
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/RadosavAntonio/claude-code-setup.git"
|
|
24
|
+
},
|
|
25
|
+
"homepage": "https://github.com/RadosavAntonio/claude-code-setup#readme",
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://github.com/RadosavAntonio/claude-code-setup/issues"
|
|
28
|
+
},
|
|
21
29
|
"engines": {
|
|
22
30
|
"node": ">=18"
|
|
23
31
|
}
|