n-letter-wordle

Crates.ion-letter-wordle
lib.rsn-letter-wordle
version1.1.0
sourcesrc
created_at2023-06-12 18:07:44.665227
updated_at2023-06-19 15:37:32.658675
descriptionA wordle clone, played in the command line, with words of any length.
homepagehttps://github.com/JimLynchCodes/n-letter-wordle-cli
repositoryhttps://github.com/JimLynchCodes/n-letter-wordle-cli
max_upload_size
id888381
size12,390,722
(JimLynchCodes)

documentation

README

N Letter Wordle Game

A wordle clone, played in the command line, with words of any length.



Disclaimer

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...


Try The Live, Deployed CLI Tool!

Two different ways to install: via npm or via cargo.


Installation Method 1) NPM

Install n-letter-wordle as a global npm dependency:

npm i -g n-letter-wordle

Installation Method 2) Cargo

Install n-letter-wordle as a global npm dependency:

cargo install n-letter-wordle

Local Dev

Clone this project, then run it with cargo:

cargo run

Run unit & integration tests:

cargo test

Run format & linting checks:

cargo fmt
cargo clippy

Deploy

First, login to cargo and npm

cargo login
npm adduser

Then I deployed with rust-to-npm:

rust-to-npm-cli deploy -b
Commit count: 30

cargo fmt