New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cli-wordle

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-wordle

Play wordle in your terminal!

latest
Source
npmnpm
Version
2.0.3
Version published
Maintainers
1
Created
Source

🤯 cli-wordle

Play wordle in your terminal!

Requires Node (ES6+ support), if you don't have it already.

To play, run:

npx cli-wordle

or install globally with

npm i -g cli-wordle

and run with

cli-wordle

Wordle is a game designed by Josh Wardle. The game's rules are simple:

  • You have six tries to guess the hidden word.
  • Your guess must be 5 letters! The puzzle will always be this length.
  • If a letter is in the correct space, it will appear green. If it's the correct letter in the wrong space, it will appear yellow. If it's not in the word, it'll appear black.

This CLI tool was built with:

  • chalk
  • chalk-animation
  • figlet
  • gradient-string
  • prompts

Keywords

cli

FAQs

Package last updated on 14 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts