typed_print v0.2.0: Zero-dependency tables from Ruby hashes (with Markdown output)
A tiny zero-dependency gem that turns hashes into clean, aligned tables. That’s it. No colors, no complexity. Just tables.
Works in terminal and supports Markdown output for documentation or logs. Column alignment, filtering, and custom headers included.
Features:
- Zero dependencies
- Column alignment (left/right/center)
- Column filtering with
only: - Custom headers with
headers: - Markdown table output for docs/logs
Usage:
data = [{name: "Alice", score: 100}, {name: "Bob", score: 42}]
TypedPrint.print(data, format: :markdown)
Links:
RubyGems: https://rubygems.org/gems/typed_print
GitHub: https://github.com/enderahmetyurt/typed_print
Would love feedback from the Ruby community 🙏
Post a comment