ink-playing-cards

Installation
SKILL.md

ink-playing-cards v1.0.0

React component library for terminal-based card games with Ink 6 (React 19 for CLIs). Provides UI components, hooks, contexts, and game systems.

npm install ink-playing-cards
# deps: ink ^6.0.0, react ^19.0.0 — requires Node >= 20

Architecture

All state flows through DeckProvider (React context + useReducer). Zones are immutable TCard[] arrays. The useDeck hook wraps dispatch.

Installs
1
Repository
gfargo/skills
GitHub Stars
1
First Seen
Jul 23, 2026
ink-playing-cards — gfargo/skills