An open API service indexing awesome lists of open source software.

https://github.com/mdibyo/formatable

This C++ module provides a way to format data into tables without using a word-processing program. It takes in headings, rows and columns as numbers, strings or dates and creates well-formatted tables in plain text.
https://github.com/mdibyo/formatable

Last synced: 9 months ago
JSON representation

This C++ module provides a way to format data into tables without using a word-processing program. It takes in headings, rows and columns as numbers, strings or dates and creates well-formatted tables in plain text.

Awesome Lists containing this project

README

          

FormaTable
==========
This C++ module provides a way to format data into tables without using a word-processing program. It takes in headings, rows and columns as numbers, strings or dates and creates well-formatted tables in plain text.