1.0.1 • Published 4 years ago

redis-lolwut v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

redis-lolwut

Port of redis LOLWUT command to JavaScript (NodeJS)

Quote:

The command should do something fun and interesting, 
and should be replaced by a new implementation at each new version of Redis.

Installation

npm i -g redis-lolwut

Usage

LOLWUT VERSION

Example:

$ lolwut

Version 5

LOLWUT VERSION 5 terminal columns squares-per-col

By default the command uses 66 columns, 8 squares per row, 12 squares per column.

Examples:

$ lolwut version 5
$ lolwut version 5 66 8 12

Version 6

LOLWUT VERSION 6 rows

  • Version 6 is the default

By default the command uses 80 columns, 40 squares per row per column.

Examples:

$ lolwut
$ lolwut 80 40
$ lolwut version 6 80 40

References

Author

Originally created by Salvatore Sanfilippo

NodeJS Port by Eli Sherer