| Crates.io | n-letter-wordle |
| lib.rs | n-letter-wordle |
| version | 2.0.1 |
| created_at | 2023-06-12 18:07:44.665227+00 |
| updated_at | 2025-08-22 02:49:04.907608+00 |
| description | A wordle clone, played in the command line, with words of any length. |
| homepage | https://github.com/JimLynchCodes/n-letter-wordle-cli |
| repository | https://github.com/JimLynchCodes/n-letter-wordle-cli |
| max_upload_size | |
| id | 888381 |
| size | 12,398,659 |
A wordle clone, played in the command line, with words of any length. Also, this version gives you the definitions of the word when the game is over. 🥇
We are not affiliated at all with Wordle or New York Times. This is simply a toy project for Jim to practice building cli tools and coding in Rust...
Two different ways to install: via npm or via cargo.
Install n-letter-wordle as a global npm dependency:
npm i -g n-letter-wordle
Install n-letter-wordle as a global npm dependency:
cargo install n-letter-wordle
Clone this project, then run it with cargo:
cargo run
Run unit & integration tests:
cargo test
Run format & linting checks:
cargo fmt
cargo clippy
Build with the release flag:
cargo build --release
First, login to cargo and npm
cargo login
npm adduser
Then I deployed with rust-to-npm:
rust-to-npm-cli deploy -b