Crates.io | n-letter-wordle |
lib.rs | n-letter-wordle |
version | 1.1.0 |
source | src |
created_at | 2023-06-12 18:07:44.665227 |
updated_at | 2023-06-19 15:37:32.658675 |
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,390,722 |
A wordle clone, played in the command line, with words of any length.
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
First, login to cargo and npm
cargo login
npm adduser
Then I deployed with rust-to-npm:
rust-to-npm-cli deploy -b