mirror of
https://github.com/GitFrog1111/badclaude.git
synced 2026-06-07 07:33:55 +02:00
README
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user