w67
v1.1.0
Published
Animate terminal output with 67
Readme
██╗ ██╗ ██████╗███████╗
██║ ██║██╔════╝╚════██║
██║ █╗ ██║███████╗ ██╔╝
██║███╗██║██╔═══██╗ ██╔╝
╚███╔███╔╝╚██████╔╝ ██║
╚══╝╚══╝ ╚═════╝ ╚═╝Animate terminal output with 67.
Installation
This package is small enough to run without installation using npx:
npx w67If you are a 67 enthusiast and want to have it installed globally, you can do so with:
npm install -g w67Usage
npx w67 # default "67" ASCII art
npx w67 "HELLO" # custom text as ASCII art
echo "text" | npx w67 # animate piped inputFor reference of all options:
npx w67 --help