poker-planning-cli
v1.1.1
Published
A terminal-based Poker Planning tool for agile teams, featuring a real-time TUI client and server
Maintainers
Readme
Poker Planning CLI
A terminal-based Poker Planning tool for agile teams, featuring a real-time TUI client and server.

Installation
npm install -g poker-planning-cliOr use directly with npx:
npx poker-planning-cliUsage
Client
Connect to a poker planning server:
poker-clientThe client will connect to localhost:8888 by default. Use environment variables to configure:
POKER_SERVER_HOST- Server hostname (default:localhost)POKER_SERVER_PORT- Server port (default:8888)
Server
Run your own poker planning server:
poker-serverFeatures
- Real-time Multiplayer: See other players move and vote effectively instantly
- TUI Interface: Fast, keyboard-centric interface (Arrow keys to move, Space to confirm)
- Vote Privacy: Votes are hidden until the Scrum Master reveals them
Supported Platforms
- macOS (Apple Silicon / ARM64)
- Linux (x64)
- Windows (x64)
License
MIT
