crossword-sh
v0.0.1
Published
Terminal client for the daily Crossword.sh puzzle.
Readme
crossword-sh
Terminal client for Crossword.sh.
Status
This 0.0.1 release is a minimal shell release intended to reserve the package name crossword-sh and validate npm publishing. It launches the Ink-based application shell, supports basic screen routing, and exits cleanly.
Install
npx crossword-shYou can also run specific startup routes:
npx crossword-sh archive
npx crossword-sh leaderboard
npx crossword-sh playerImportant naming note
The exact npm package name crossword is already owned by another public package, so npx crossword cannot point to this client unless that npm package name is transferred or released by its current owner.
Local development
npm install
npm run dev:cli