Skip to content

Tiny program to convert a format to common format

Notifications You must be signed in to change notification settings

zeuxisoo/php-tonvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tonvert

Tiny program to convert a format to common format

Usage

Convert string from sample.txt and output result to console

php ./bin/tonvert tran --in=/path/to/your/sample.txt

Convert string from sample.txt and output result to output.txt

php ./bin/tonvert tran --in=/path/to/your/sample.txt --out=/path/to/your/output.txt

Example case

php ./bin/tonvert tran --in=/path/to/tests/Tonvert/Test/Fixtures/default.txt

Development

Get composer

make composer

Install packages

php composer.phar install

Update autoload

make autoload

Run test case

make test

About

Tiny program to convert a format to common format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published