@kszongic/bigtext-cli
v1.0.0
Published
Print big ASCII block-letter text in the terminal
Maintainers
Readme
@kszongic/bigtext-cli
Print big ASCII block-letter text in your terminal. Zero dependencies.
Install
npm install -g @kszongic/bigtext-cliUsage
# Basic usage
bigtext hello
# # ##### # # #####
# # # # # # #
# # # # # # #
##### #### # # # #
# # # # # # #
# # # # # # #
# # ##### ##### ##### #####
# Custom character
bigtext -c '*' HI
* * *****
* * *
* * *
***** *
* * *
* * *
* * *****
# Pipe input
echo "WOW" | bigtextOptions
| Option | Description |
|--------|-------------|
| -c, --char <ch> | Character to use for blocks (default: #) |
| -h, --help | Show help |
| -v, --version | Show version |
Supported Characters
A-Z, 0-9, space, !, ?, ., -, #, @
License
MIT © 2026 kszongic
