dmromanov/csvtotextile

This package is abandoned and no longer maintained. No replacement package was suggested.

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

Maintainers

👁 dmromanov

Package info

github.com/dmromanov/csvtotextile

Type:project

pkg:composer/dmromanov/csvtotextile

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.2.1 2019-11-14 07:14 UTC

Requires

Requires (Dev)

Suggests

  • ext-phar: For creating a PHAR-archive

Provides

None

Conflicts

None

Replaces

None

GPL-3.0 3667df4d3c1a56f7a33b968d81d39097a065e118

  • Dmitrii Romanov <dmromanov.woop@users.noreply.github.com>

csvtextileconverter

This package is auto-updated.

Last update: 2026-02-17 20:21:51 UTC


README

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