Skip to content

A tool for converting CSV-files into a Textile-formatted text tables

License

Notifications You must be signed in to change notification settings

dmromanov/csvtotextile

Folders and files

NameName
Last commit message
Last commit date
Aug 23, 2017
Aug 23, 2017
Aug 20, 2017
Aug 8, 2017
Aug 8, 2017
Aug 16, 2017
Aug 16, 2017
Aug 8, 2017
Aug 16, 2017
Aug 16, 2017
Nov 14, 2019
Feb 2, 2023
Aug 8, 2017

Repository files navigation

Csv To Textile

CsvToTextile is a tool for converting CSV-tables into Textile-formatted textual tables written in PHP.

Latest Stable Version Minimum PHP Version Build Status codecov

Usage

The program can be run either from sources or from a PHP Archive (PHAR)

To run from a PHAR-file, download it on your computer and run the following command.

$ php csvtotextile.phar foo.csv --output foo.textile.txt

Development

A PHAR-file can be build from sources with the following command:

$ php -d phar.readonly=0 vendor/bin/phing build-phar