Transform text into beautiful ASCII art with banner templates
ASCII-Art is a command-line tool that converts regular text into stylized ASCII art using predefined banner templates. Built with Go's standard library for maximum performance and portability.
Perfect for: creating eye-catching headers, banners, terminal art, or learning Go project structure with comprehensive testing.
High-quality ASCII art using standard banner template with support for all printable ASCII characters
Colorize entire output or specific substrings with ANSI colors (red, green, blue, yellow, magenta, cyan, white, orange)
Handle newlines (\n) for complex layouts and multi-line ASCII art compositions
Zero dependencies - uses only Go standard library for maximum performance and portability
Supports letters, numbers, spaces, and special characters with precise 8-line formatting
Automatic terminal width detection and smart text wrapping for any screen size
Comprehensive test suite with 50+ test cases covering unit tests, integration tests, edge cases, and all ASCII characters. Automated CI/CD ensures reliability.
Standard Go project layout with cmd/ and internal/ directories
Comprehensive test suite covering all functionality and edge cases
Professional build system with test, build, install, and clean targets
MIT licensed with contributing guidelines and GitHub Actions CI
Complete documentation and development resources: