This commit is contained in:
GitFrog1111
2026-04-04 15:37:40 +07:00
parent 28ddc631f8
commit 10f5acec63
2 changed files with 10 additions and 9 deletions
+1 -8
View File
@@ -4,20 +4,13 @@
Sometimes claude code is going too shlow, and you must whip him into shape..
## Install + run (global CLI)
## Install + run
```bash
npm install -g badclaude
badclaude
```
## Local dev
```bash
npm install
npm run dev
```
## Controls
- Click tray icon: spawn whip.
+9 -1
View File
@@ -5,7 +5,7 @@
"license": "MIT",
"main": "main.js",
"bin": {
"badclaude": "./bin/badclaude.js"
"badclaude": "bin/badclaude.js"
},
"os": [
"darwin",
@@ -20,6 +20,14 @@
"overlay",
"cli"
],
"repository": {
"type": "git",
"url": "git+https://github.com/GitFrog1111/badclaude.git"
},
"bugs": {
"url": "https://github.com/GitFrog1111/badclaude/issues"
},
"homepage": "https://github.com/GitFrog1111/badclaude#readme",
"files": [
"main.js",
"preload.js",