UNPKG

@akiojin/claude-worktree

Version:

Interactive Git worktree manager for Claude Code with graphical branch selection

8 lines (7 loc) 172 B
#!/usr/bin/env node import('../dist/index.js').then(module => { module.main().catch(error => { console.error('Error:', error.message); process.exit(1); }); });