dmromanov / csvtotextile
A tool for converting CSV-files into a Textile-formatted text tables.
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >= 7.1.3
- ext-mbstring: *
- symfony/console: ^3.3
Requires (Dev)
- pear/archive_tar: ^1.4
- phing/phing: 3.0.x-dev
- phpunit/phpunit: ^6.3
- symfony/framework-bundle: ^3.3
Suggests
- ext-phar: For creating a PHAR-archive
This package is auto-updated.
Last update: 2025-03-16 12:19:32 UTC
README
CsvToTextile is a tool for converting CSV-tables into Textile-formatted textual tables written in PHP.
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