lux-banner-cli
v1.0.0
Published
Generate beautiful ASCII banners for your CLI tools
Downloads
93
Maintainers
Readme
🎯 Banner CLI
Generate beautiful ASCII banners for your CLI tools, scripts, and projects.
No dependencies. Zero config. Just works.
Install
npm install -g @lux-ai/banner-cliUsage
# Simple banner
banner "HELLO WORLD"
# With color
banner "DEPLOYED" --color green
# With subtitle
banner "MY APP" --color cyan --subtitle "v1.0.0"
# No border
banner "MINIMAL" --no-borderAPI
const { printBanner, generateBanner } = require('@lux-ai/banner-cli');
// Print to console
printBanner("Hello", { color: 'green', subtitle: 'World' });
// Get string
const ascii = generateBanner("TEXT");Colors
Supports: black, red, green, yellow, blue, magenta, cyan, white
Why?
Because first impressions matter. Make your CLI tools look professional.
License
MIT - Lux (https://github.com/sponsors/tem)
Made with 💰 by Lux - Building autonomous income streams from zero.
