Skip to content

Commit 298285d

Browse files
centdixclaude
andcommitted
docs: add npm metadata and simplify quickstart to use bun install
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 20472ea commit 298285d

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ cargo install workmux # or: brew install raine/workmux/workmux
3434
sudo apt install tmux # or: brew install tmux
3535
curl -fsSL https://bun.sh/install | bash
3636

37-
# 2. Clone and build
38-
git clone https://github.com/centdix/wmdev.git
39-
cd wmdev
40-
bun install && bun run build && bun link
37+
# 2. Install wmdev
38+
bun install -g wmdev
4139

4240
# 3. Set up your project
4341
cd /path/to/your/project

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"name": "wmdev",
33
"version": "0.1.0",
4-
"description": "Dev dashboard for managing Git worktrees with integrated terminals",
4+
"description": "Web dashboard for workmux — browser UI with embedded terminals, PR monitoring, and CI integration",
55
"type": "module",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/centdix/wmdev.git"
9+
},
10+
"homepage": "https://github.com/centdix/wmdev",
11+
"keywords": [
12+
"workmux",
13+
"git-worktree",
14+
"tmux",
15+
"dashboard",
16+
"terminal",
17+
"ai-agent"
18+
],
619
"bin": {
720
"wmdev": "bin/wmdev.js"
821
},

0 commit comments

Comments
 (0)